File: argonaut-fuse.service

package info (click to toggle)
argonaut 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,048 kB
  • sloc: perl: 7,221; sh: 436; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Start argonaut-fuse
Documentation=man:argonaut-fuse(1)
ConditionPathExists=/usr/sbin/argonaut-fuse
Wants=network-online.target
After=network-online.target

[Service]
Type=forking
User=root
ExecStart=/usr/sbin/argonaut-fuse
ExecStop=/bin/sh -c "/bin/fusermount -u $(cat /var/log/argonaut/argonaut-fuse.log | grep Mounting | tail -n 1 | cut -d ' ' -f7)"
PIDFile=/run/argonaut/argonaut-fuse.pid

[Install]
WantedBy=multi-user.target