Files
raven/init/systemd/system/raven@.service

23 lines
403 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
Description=raven
Documentation=https://code.chimeric.al/dwrz/raven
After=network.target
[Service]
User=%i
ExecStart=/usr/local/bin/raven -c /etc/raven/config.yaml
Restart=on-failure
RestartSec=10
ProtectSystem=full
PrivateTmp=true
SystemCallArchitectures=native
MemoryDenyWriteExecute=true
NoNewPrivileges=true
StartLimitIntervalSec=60
StartLimitBurst=4
[Install]
WantedBy=multi-user.target