From 0878a71cc75461d99d8ef21a3e1af563906a0fca Mon Sep 17 00:00:00 2001 From: Jonas L Date: Tue, 28 May 2019 00:27:00 +0200 Subject: [PATCH] Use spaces instead of coma in systemd lists From systemd man pages https://www.freedesktop.org/software/systemd/man/systemd.exec.html#System%20Call%20Filtering --- contrib/airsonic.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/airsonic.service b/contrib/airsonic.service index 62a4e61c..4754b0a8 100644 --- a/contrib/airsonic.service +++ b/contrib/airsonic.service @@ -35,7 +35,7 @@ ProtectKernelTunables=yes RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 RestrictNamespaces=yes RestrictRealtime=yes -SystemCallFilter=~@clock,@debug,@module,@mount,@obsolete,@privileged,@reboot,@setuid,@swap +SystemCallFilter=~@clock @debug @module @mount @obsolete @privileged @reboot @setuid @swap ProtectSystem=full # You can uncomment the following line if you don't want airsonic to be able to