blob: 49909f01d1f2c44d655cb166d326b917d1073bea (
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/pnpm start
Restart=on-failure
[Install]
WantedBy=multi-user.target
|