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

36 lines
737 B
Desktop File
Executable File

[Unit]
Description=dwelling-radio
After=network-online.target
[Service]
Type=simple
User=dwradio
Group=dwradio
ExecStart=/usr/bin/dwelling-radio -conf /etc/dwelling/radio.yaml
LogsDirectory=dwelling-radio
RuntimeDirectory=dwelling-radio
Restart=on-failure
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
[Install]
WantedBy=multi-user.target