jellyfin/debian/jellyfin.service

50 lines
1.2 KiB
SYSTEMD
Raw Normal View History

2020-03-22 16:01:33 -04:00
[Unit]
Description = Jellyfin Media Server
After = network-online.target
2020-03-22 16:01:33 -04:00
[Service]
Type = simple
EnvironmentFile = /etc/default/jellyfin
User = jellyfin
2020-11-24 06:24:42 -05:00
ExecStart = /usr/bin/jellyfin ${JELLYFIN_WEB_OPT} ${JELLYFIN_RESTART_OPT} ${JELLYFIN_FFMPEG_OPT} ${JELLYFIN_SERVICE_OPT} ${JELLYFIN_NOWEBAPP_OPT} ${JELLYFIN_ADDITIONAL_OPTS}
2020-03-22 16:01:33 -04:00
Restart = on-failure
TimeoutSec = 15
NoNewPrivileges=true
SystemCallArchitectures=native
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK
RestrictNamespaces=false
2021-12-06 16:40:00 -05:00
RestrictRealtime=true
RestrictSUIDSGID=true
ProtectClock=true
ProtectControlGroups=false
2021-12-06 16:40:00 -05:00
ProtectHostname=true
ProtectKernelLogs=false
ProtectKernelModules=false
ProtectKernelTunables=false
2021-12-06 16:40:00 -05:00
LockPersonality=true
PrivateTmp=false
2021-12-06 16:40:00 -05:00
PrivateDevices=false
PrivateUsers=true
RemoveIPC=true
SystemCallFilter=~@clock
SystemCallFilter=~@aio
SystemCallFilter=~@chown
SystemCallFilter=~@cpu-emulation
SystemCallFilter=~@debug
SystemCallFilter=~@keyring
SystemCallFilter=~@memlock
SystemCallFilter=~@module
SystemCallFilter=~@mount
SystemCallFilter=~@obsolete
SystemCallFilter=~@privileged
SystemCallFilter=~@raw-io
SystemCallFilter=~@reboot
SystemCallFilter=~@setuid
SystemCallFilter=~@swap
SystemCallErrorNumber=EPERM
2020-03-22 16:01:33 -04:00
[Install]
WantedBy = multi-user.target