/lib/systemd/system/argonaut-fuse.service is in argonaut-fuse 1.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [Unit]
Description=Start argonaut-fuse
Documentation=man:argonaut-fuse(1)
ConditionPathExists=/usr/sbin/argonaut-fuse
[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=/var/run/argonaut/argonaut-fuse.pid
[Install]
WantedBy=multi-user.target
|