summarylogtreecommitdiffstats
path: root/djmount.service
blob: 778b3e47bb7b15fd3ecd59356763ca5d7d03c842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=UPnP AV client as a filesystem
Requires=network.target
After=network.target

[Service]
Type=oneshot
RemainAfterExit=yes
EnvironmentFile=/etc/conf.d/djmount
ExecStart=/usr/bin/djmount -o ${MOUNTOPTIONS} ${MOUNTPOINT}
ExecStop=/usr/bin/fusermount -u ${MOUNTPOINT}

[Install]
WantedBy=multi-user.target