summarylogtreecommitdiffstats
path: root/soundsync.service
blob: 86ec6b5410748d391fe58b137597f8a25f8ac4f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=soundsync

[Service]
Type=simple
User=root
Group=root
# Load env vars from /etc/default/ and /etc/sysconfig/ if they exist.
# Prefixing the path with '-' makes it try to load, but if the file doesn't
# exist, it continues onward.
EnvironmentFile=-/etc/default/soundsync
ExecStart=/usr/bin/soundsync "--configDir" "/etc/soundsync"
Restart=always
WorkingDirectory=/

[Install]
WantedBy=multi-user.target