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

40 lines
858 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
DynamicUser=yes
2022-03-08 01:17:24 +04:00
ExecStart=/usr/bin/dwelling-radio -conf /etc/dwelling/radio.yaml
ReadOnlyPaths=/
NoExecPaths=/
ExecPaths=/usr/bin/dwelling-radio /usr/bin/bash /usr/bin/tail /usr/bin/head /usr/bin/cut /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