summaryrefslogtreecommitdiff
path: root/gowebd.service
blob: e7c5c0ca02aff27c9eb45df11061258306aef14d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=gowebd

[Service]
User=root
Type=simple
ExecStart=/usr/bin/gowebd
ExecStop=killall gowebd
Restart=on-failure
RestartSec=5

[Install]
WantedBy=multi-user.target