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

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

[Install]
WantedBy=multi-user.target