summaryrefslogtreecommitdiff
path: root/roles/ickweb/templates/ickweb.service
blob: 208ac091a52a09f0ac4b767dfedd138f9f1b8d38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Ick web app
Requires=network.target
After=network.target

[Service]
Type=simple
User=_ickweb
Group=_ickweb
ExecStart=/usr/local/bin/start_ickweb /etc/ickweb/secret

[Install]
WantedBy=multi-user.target