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
master
Jonas L 5 years ago committed by jvoisin
parent 6b3a7a9261
commit 0878a71cc7
  1. 2
      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

Loading…
Cancel
Save