blob: d5b7d148c1507018482498d764449ae37062f91f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=A small webhook reactor
After=network.target
[Service]
User=hooktor
Group=hooktor
ExecStart=/usr/bin/hooktor /etc/hooktor.json
Restart=always
[Install]
WantedBy=multi-user.target
|