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

[Service]
Type=simple
Restart=on-failure
RestartSec=1
WorkingDirectory=/var/lib/lms
ExecStart=/usr/bin/lms
User=lms
Group=lms

[Install]
WantedBy=multi-user.target