summarylogtreecommitdiffstats
path: root/lesspassgo-server.service
blob: 92b41a2213e4f9475dcdbd97135d7fabd0bdd534 (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
DynamicUser=yes
StateDirectory=lesspassgo-server
EnvironmentFile=/etc/lesspassgo-server.conf
ExecStart=/usr/bin/lesspassgo-server

[Install]
WantedBy=multi-user.target