summarylogtreecommitdiffstats
path: root/bubbleupnpserver.service
blob: 2d516f1b41067f7aa90d58703b86b1f3b6514889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=BubbleUPnP Server
Requires=network-online.target
After=network-online.target


[Service]
User=bubbleupnp
Group=bubbleupnp
WorkingDirectory=/var/lib/bubbleupnp
EnvironmentFile=-/etc/conf.d/bubbleupnpserver
ExecStart=/usr/share/bubbleupnpserver/launch.sh
SuccessExitStatus=1 2 SIGKILL

[Install]
WantedBy=multi-user.target