From 909547ab1219fcb7891caebb542135c3555a2bf1 Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Sun, 22 Aug 2021 11:19:28 +0200 Subject: [PATCH] Fix: systemd.service WantedBy -> install fails --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 1f22676..711412c 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -41,4 +41,4 @@ CapabilityBoundingSet=~CAP_NET_ADMIN CAP_NET_BROADCAST CAP_NET_RAW CapabilityBoundingSet=~CAP_SYS_ADMIN CAP_SYS_PTRACE CAP_SYSLOG [Install] -WantedBy=default.target +WantedBy=multi-user.target