2022-03-08 01:17:24 +04:00
|
|
|
[Unit]
|
2022-08-29 07:18:59 +04:00
|
|
|
Description=Arav's dwelling / Radio
|
|
|
|
Requires=icecast.service
|
|
|
|
After=network-online.target icecast.service
|
2022-03-08 01:17:24 +04:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2022-03-30 18:51:33 +04:00
|
|
|
Restart=on-failure
|
2022-04-02 19:04:37 +04:00
|
|
|
DynamicUser=yes
|
2023-08-06 03:17:18 +04:00
|
|
|
ExecStart=/usr/bin/dwelling-radio -listen /var/run/dwelling-radio/sock \
|
2023-09-17 19:15:56 +04:00
|
|
|
-filelist /mnt/data/appdata/radio/filelist.html \
|
2023-10-02 04:03:39 +04:00
|
|
|
-playlist /mnt/data/appdata/radio/playlists/all-rand \
|
2023-10-08 02:52:57 +04:00
|
|
|
-fallback-song /mnt/data/appdata/radio/fallback.ogg \
|
2024-05-16 02:32:52 +04:00
|
|
|
-db /mnt/data/appdata/radio/statistics.db3 \
|
2023-08-06 03:17:18 +04:00
|
|
|
-lst-len 10
|
2022-03-30 18:51:33 +04:00
|
|
|
|
|
|
|
ReadOnlyPaths=/
|
2024-05-16 02:32:52 +04:00
|
|
|
ReadWritePaths=/mnt/data/appdata/radio
|
2022-03-30 18:51:33 +04:00
|
|
|
|
2022-03-09 23:13:04 +04:00
|
|
|
LogsDirectory=dwelling-radio
|
2023-06-12 21:38:35 +04:00
|
|
|
RuntimeDirectory=dwelling-radio
|
2022-03-09 23:13:04 +04:00
|
|
|
|
|
|
|
AmbientCapabilities=
|
|
|
|
CapabilityBoundingSet=
|
|
|
|
|
|
|
|
LockPersonality=true
|
|
|
|
MemoryDenyWriteExecute=true
|
|
|
|
NoNewPrivileges=true
|
|
|
|
PrivateDevices=true
|
2023-08-19 19:40:24 +04:00
|
|
|
PrivateTmp=true
|
|
|
|
PrivateUsers=true
|
2023-08-19 19:46:42 +04:00
|
|
|
ProcSubset=pid
|
|
|
|
ProtectClock=true
|
2022-03-09 23:13:04 +04:00
|
|
|
ProtectControlGroups=true
|
|
|
|
ProtectHome=true
|
2023-08-19 19:40:24 +04:00
|
|
|
ProtectHostname=true
|
2022-03-09 23:13:04 +04:00
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectKernelTunables=true
|
2023-08-19 19:46:42 +04:00
|
|
|
ProtectProc=noaccess
|
2022-03-09 23:13:04 +04:00
|
|
|
ProtectSystem=strict
|
|
|
|
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
|
|
|
|
RestrictNamespaces=true
|
|
|
|
RestrictRealtime=true
|
|
|
|
RestrictSUIDSGID=true
|
|
|
|
SystemCallArchitectures=native
|
2023-08-19 19:40:24 +04:00
|
|
|
SystemCallFilter=~@clock
|
|
|
|
SystemCallFilter=~@cpu-emulation
|
|
|
|
SystemCallFilter=~@debug
|
|
|
|
SystemCallFilter=~@module
|
|
|
|
SystemCallFilter=~@mount
|
|
|
|
SystemCallFilter=~@obsolete
|
|
|
|
SystemCallFilter=~@privileged
|
|
|
|
SystemCallFilter=~@raw-io
|
|
|
|
SystemCallFilter=~@reboot
|
|
|
|
SystemCallFilter=~@swap
|
2022-03-08 01:17:24 +04:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|