2022-03-08 01:17:24 +04:00
|
|
|
[Unit]
|
2023-06-12 21:34:56 +04:00
|
|
|
Description=Arav's dwelling / Radio / Liquidsoap
|
2022-08-29 07:18:59 +04:00
|
|
|
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
|
2023-06-12 21:34:56 +04:00
|
|
|
User=dwelling-radio
|
2022-04-02 19:04:37 +04:00
|
|
|
DynamicUser=yes
|
2023-09-20 03:39:36 +04:00
|
|
|
ExecStart=/opt/opam/default/bin/liquidsoap /etc/dwelling/radio.liq
|
2023-06-13 00:40:32 +04:00
|
|
|
ExecStop=/bin/kill -INT $MAINPID
|
2022-03-30 18:51:33 +04:00
|
|
|
|
|
|
|
ReadOnlyPaths=/
|
|
|
|
|
2022-03-09 23:13:04 +04:00
|
|
|
LogsDirectory=dwelling-radio
|
|
|
|
|
|
|
|
AmbientCapabilities=
|
|
|
|
CapabilityBoundingSet=
|
|
|
|
|
|
|
|
LockPersonality=true
|
|
|
|
MemoryDenyWriteExecute=true
|
|
|
|
NoNewPrivileges=true
|
|
|
|
PrivateDevices=true
|
2023-08-19 19:47:04 +04:00
|
|
|
PrivateTmp=true
|
|
|
|
PrivateUsers=true
|
|
|
|
ProcSubset=pid
|
2022-03-09 23:13:04 +04:00
|
|
|
ProtectClock=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
ProtectHome=true
|
2023-08-19 19:47:04 +04:00
|
|
|
ProtectHostname=true
|
2022-03-09 23:13:04 +04:00
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectKernelTunables=true
|
2023-08-19 19:47:04 +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:47:04 +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
|