Host Action: Start (#19398)

This commit is contained in:
InsanityAutomation
2020-09-17 07:36:21 -04:00
committed by Scott Lahteine
parent 70c5871910
commit 23376b8a31
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