15 lines
No EOL
253 B
Desktop File
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 |