summarylogtreecommitdiffstats
path: root/navidrome.service
diff options
context:
space:
mode:
authorSumner Evans2020-05-09 11:56:43 -0600
committerSumner Evans2020-05-09 11:56:43 -0600
commit502f9199d1b420c26469e67750f036eb24977e73 (patch)
tree25b469361fed5d417ef510cc1421b7cdfb2b6100 /navidrome.service
parentbd5c23d130b2f61080a7f037cb8be7d205f12ce9 (diff)
downloadaur-502f9199d1b420c26469e67750f036eb24977e73.tar.gz
0.17.0 -> 0.18.0
Diffstat (limited to 'navidrome.service')
-rw-r--r--navidrome.service43
1 files changed, 0 insertions, 43 deletions
diff --git a/navidrome.service b/navidrome.service
deleted file mode 100644
index ec1269802dc6..000000000000
--- a/navidrome.service
+++ /dev/null
@@ -1,43 +0,0 @@
-[Unit]
-Description=Navidrome Music Server and Streamer compatible with Subsonic/Airsonic
-After=remote-fs.target network.target
-AssertPathExists=/var/lib/navidrome
-
-[Service]
-User=navidrome
-Group=navidrome
-Type=simple
-ExecStart=/usr/bin/navidrome
-WorkingDirectory=/var/lib/navidrome
-TimeoutStopSec=20
-KillMode=process
-Restart=on-failure
-
-EnvironmentFile=-/etc/sysconfig/navidrome
-
-# See https://www.freedesktop.org/software/systemd/man/systemd.exec.html
-DevicePolicy=closed
-NoNewPrivileges=yes
-PrivateTmp=yes
-PrivateUsers=yes
-ProtectControlGroups=yes
-ProtectKernelModules=yes
-ProtectKernelTunables=yes
-RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
-RestrictNamespaces=yes
-RestrictRealtime=yes
-SystemCallFilter=~@clock @debug @module @mount @obsolete @privileged @reboot @setuid @swap
-ReadWritePaths=/var/lib/navidrome
-
-# You can uncomment the following line if you're not using the jukebox This
-# will prevent navidrome from accessing any real (physical) devices
-#PrivateDevices=yes
-
-# You can change the following line to `strict` instead of `full` if you don't
-# want navidrome to be able to write anything on your filesystem outside of
-# /var/lib/navidrome.
-ProtectSystem=full
-
-# You can comment the following line if you don't have any media in /home/*.
-# This will prevent navidrome from ever reading/writing anything there.
-ProtectHome=true