summaryrefslogtreecommitdiff
path: root/src/config/gathio.service
blob: 447d44faa405a8e51431abb9c8dabd873c751b0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=GathIO
After=network.target

[Service]
Type=simple
User=gathio
WorkingDirectory=/srv/gathio
ExecStart=/usr/bin/npm start
Restart=on-failure

[Install]
WantedBy=multi-user.target