summarylogtreecommitdiffstats
path: root/h2s.service
blob: 1255b3df657e7ed62a0900f05863f51ffc86acad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=H2S Service
After=network.target
Wants=network.target

[Service]
Type=simple
PIDFile=/var/run/h2s-%i.pid
ExecStart=/usr/bin/env h2s.location.asset=/etc/h2s /usr/bin/h2s -config /etc/h2s/%i.json
Restart=on-failure

[Install]
WantedBy=multi-user.target