mirror of
https://github.com/house-of-vanity/mus-fuse.git
synced 2025-07-06 13:14:08 +00:00
Add simple service file as example
This commit is contained in:
13
mus-fuse.service
Normal file
13
mus-fuse.service
Normal file
@ -0,0 +1,13 @@
|
||||
[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
|
Reference in New Issue
Block a user