mirror of
https://github.com/house-of-vanity/mus-fuse.git
synced 2025-07-06 13:14:08 +00:00
15 lines
269 B
Desktop File
15 lines
269 B
Desktop File
[Unit]
|
|
Description=Mount mus-fuse
|
|
|
|
[Service]
|
|
Type=simple
|
|
RestartSec=5
|
|
Restart=always
|
|
Environment=HTTP_USER=<USER>
|
|
Environment=HTTP_PASS=<PASS>
|
|
ExecStart=/usr/local/bin/mus-fuse --mountpoint <PATH> --server <ADDRESS>
|
|
KillSignal=SIGINT
|
|
|
|
[Install]
|
|
WantedBy=default.target
|