summarylogtreecommitdiffstats
path: root/craftycontroller.service
blob: 93b402defb894d4177f19f1684e4eed36f78664e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Crafty Controller
After=network.target
StartLimitIntervalSec=0

[Service]
Type=simple
Restart=on-failure
RestartSec=3
User=crafty
WorkingDirectory=/opt/craftycontroller/
ExecStart="/opt/craftycontroller/start.sh"

[Install]
WantedBy=multi-user.target