rename isTrigger to restart-on-upgrade
we're moving away from "trigger" services to "controller" services, and "restart-on-upgrade" is the name used by s6-rc
This commit is contained in:
@@ -19,6 +19,6 @@ let
|
||||
termsString = stringify terms;
|
||||
in longrun {
|
||||
name = "watch-for-${serviceName}";
|
||||
isTrigger = true;
|
||||
restart-on-upgrade = true;
|
||||
run = "${uevent-watch}/bin/uevent-watch ${if symlink != null then "-n ${symlink}" else ""} -s ${serviceName} ${termsString}";
|
||||
}
|
||||
|
Reference in New Issue
Block a user