mirror of
https://github.com/house-of-vanity/mus-fuse.git
synced 2025-07-06 21:24:09 +00:00
14 lines
229 B
SYSTEMD
14 lines
229 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=Mount mus-fuse
|
||
|
|
||
|
[Service]
|
||
|
User=ab
|
||
|
Type=simple
|
||
|
Environment=HTTP_USER=user
|
||
|
Environment=HTTP_PASS=pass
|
||
|
ExecStart=/usr/bin/mus-fuse /MUS https://mus.hexor.ru
|
||
|
KillSignal=SIGINT
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|