Update name and unit file.

This commit is contained in:
Alexandr Bogomyakov
2020-04-25 22:56:22 +03:00
parent 3446e7f3d5
commit 9d8c079a36
4 changed files with 11 additions and 10 deletions

View File

@ -2,12 +2,13 @@
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
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=multi-user.target
WantedBy=default.target