Host Action: Start (#19398)

This commit is contained in:
InsanityAutomation
2020-09-17 07:36:21 -04:00
committed by GitHub
parent da1a60aeb6
commit 62206c0386
5 changed files with 18 additions and 0 deletions

View File

@ -196,6 +196,9 @@
#ifndef ACTION_ON_CANCEL
#define ACTION_ON_CANCEL "cancel"
#endif
#ifndef ACTION_ON_START
#define ACTION_ON_START "start"
#endif
#ifndef ACTION_ON_KILL
#define ACTION_ON_KILL "poweroff"
#endif