summarylogtreecommitdiffstats
path: root/lesspassgo-server.service
blob: 780984a35903dfd2df16b78e0b99dd32321c1bd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=LessPass API compatible server written in Go
Documentation=https://github.com/tuxlinuxien/lesspassgo/blob/master/README.md
Wants=network-online.target
After=network-online.target

[Service]
Type=simple
User=lesspassgo
Group=lesspassgo
EnvironmentFile=/etc/lesspassgo-server.conf
ExecStart=/usr/bin/lesspassgo-server

[Install]
WantedBy=multi-user.target