mirror of
https://github.com/house-of-vanity/mus-fuse.git
synced 2025-07-07 05:34:08 +00:00
Major usability improvements. Add config, DEB make, systemd unit, arg and flags parser.
This commit is contained in:
13
assets/mus-fuse.service
Normal file
13
assets/mus-fuse.service
Normal file
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Mount mus-fuse
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=mus-fuse
|
||||
RestartSec=5
|
||||
Restart=always
|
||||
ExecStart=/usr/bin/mus-fuse --config /etc/mus-fuse.yml
|
||||
KillSignal=SIGINT
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Reference in New Issue
Block a user