summarylogtreecommitdiffstats
path: root/cherrymusic@.service
blob: cfa8f18ece9416dd7a0ce876f5a5af7f2bf0d9ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=CherryMusic server
Requires=network.target
After=network.target

[Service]
User=%I
Type=simple
ExecStart=/usr/bin/cherrymusic
StandardOutput=null
PrivateTmp=true
Restart=always

[Install]
WantedBy=multi-user.target