From 69c6da51e388a17634b71ff8f728f7ae679c59c6 Mon Sep 17 00:00:00 2001 From: Dan Berg <61684965+wg-daniel@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:38:17 +0200 Subject: [PATCH] Add multi user target --- honcho/export/templates/systemd/process.service | 3 +++ 1 file changed, 3 insertions(+) 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