diff --git a/spec/resources/export/systemd/app-alpha-1.service b/spec/resources/export/systemd/app-alpha-1.service index 175bc17..9e3a0a9 100644 --- a/spec/resources/export/systemd/app-alpha-1.service +++ b/spec/resources/export/systemd/app-alpha-1.service @@ -11,6 +11,7 @@ StandardInput=null StandardOutput=syslog StandardError=syslog SyslogIdentifier=%n +KillMode=process [Install] WantedBy=app-alpha.target diff --git a/spec/resources/export/systemd/app-alpha-2.service b/spec/resources/export/systemd/app-alpha-2.service index 7c30c31..f1620b7 100644 --- a/spec/resources/export/systemd/app-alpha-2.service +++ b/spec/resources/export/systemd/app-alpha-2.service @@ -11,6 +11,7 @@ StandardInput=null StandardOutput=syslog StandardError=syslog SyslogIdentifier=%n +KillMode=process [Install] WantedBy=app-alpha.target diff --git a/spec/resources/export/systemd/app-bravo-1.service b/spec/resources/export/systemd/app-bravo-1.service index 1975015..3e3617a 100644 --- a/spec/resources/export/systemd/app-bravo-1.service +++ b/spec/resources/export/systemd/app-bravo-1.service @@ -11,6 +11,7 @@ StandardInput=null StandardOutput=syslog StandardError=syslog SyslogIdentifier=%n +KillMode=process [Install] WantedBy=app-bravo.target