1
0
dwelling-radio/init/systemd/dwelling-radio.service

43 lines
910 B
SYSTEMD
Raw Normal View History

2022-03-08 01:17:24 +04:00
[Unit]
Description=dwelling-radio
After=network-online.target
[Service]
Type=simple
Restart=on-failure
User=dwradio
2022-03-09 23:13:04 +04:00
Group=dwradio
2022-03-08 01:17:24 +04:00
ExecStart=/usr/bin/dwelling-radio -conf /etc/dwelling/radio.yaml
ReadOnlyPaths=/
# Set here path to directory where uploads are stored.
ReadWritePaths=/srv/upload
NoExecPaths=/
ExecPaths=/usr/bin/dwelling-radio /usr/bin/bash /usr/lib64
2022-03-09 23:13:04 +04:00
LogsDirectory=dwelling-radio
RuntimeDirectory=dwelling-radio
AmbientCapabilities=
CapabilityBoundingSet=
LockPersonality=true
MemoryDenyWriteExecute=true
NoNewPrivileges=true
PrivateDevices=true
ProtectClock=true
ProtectControlGroups=true
ProtectHome=true
ProtectKernelLogs=true
ProtectKernelModules=true
ProtectKernelTunables=true
ProtectSystem=strict
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
RestrictNamespaces=true
RestrictRealtime=true
RestrictSUIDSGID=true
SystemCallArchitectures=native
2022-03-08 01:17:24 +04:00
[Install]
WantedBy=multi-user.target