shrl.be/examples/etc/systemd/system/shrl_be.service
2023-06-18 09:58:55 +03:00

15 lines
No EOL
253 B
Desktop File

[Unit]
Description=Shrl.be url shortener service
Wants=network.target
After=syslog.target network-online.target
[Service]
Type=simple
ExecStart=/srv/shrl.be/start.sh
Restart=on-failure
RestartSec=10
KillMode=mixed
[Install]
WantedBy=multi-user.target