diff --git a/honcho/export/templates/systemd/process.service b/honcho/export/templates/systemd/process.service index 9e09b97..ce0ad88 100644 --- a/honcho/export/templates/systemd/process.service +++ b/honcho/export/templates/systemd/process.service @@ -14,3 +14,6 @@ StandardOutput=journal StandardError=journal SyslogIdentifier=%n KillMode=process + +[Install] +WantedBy=multi-user.target