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
|
2022-03-08 01:17:24 +04:00
|
|
|
ExecStart=/usr/bin/dwelling-radio -conf /etc/dwelling/radio.yaml
|
2022-03-30 18:51:33 +04:00
|
|
|
|
|
|
|
ReadOnlyPaths=/
|
|
|
|
NoExecPaths=/
|
2022-08-29 23:15:53 +04:00
|
|
|
ExecPaths=/usr/bin/dwelling-radio /opt/opam/4.14.0/bin/liquidsoap
|
2022-03-30 18:51:33 +04:00
|
|
|
|
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
|