summarylogtreecommitdiffstats
path: root/opengist.service
blob: bc72d366c6f014494694554d43e0d90f58011cc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=opengist Server
After=network.target

[Service]
Type=simple
User=opengist
Group=opengist
ExecStart=opengist --config /etc/opengist/config.yml
Restart=on-failure

[Install]
WantedBy=multi-user.target