Добавить yandex-disk.service
All checks were successful
buildbot/pull_request/alt-sisyphus-pr-build Build done.
All checks were successful
buildbot/pull_request/alt-sisyphus-pr-build Build done.
This commit is contained in:
parent
129e4040ce
commit
b4d8a4de77
1 changed files with 13 additions and 0 deletions
13
yandex-disk.service
Normal file
13
yandex-disk.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Yandex-Disk service
|
||||
After=local-fs.target network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/yandex-disk start -c %h/.config/yandex-disk/config.cfg
|
||||
ExecReload=/usr/bin/killall -qw yandex-disk
|
||||
RestartSec=30
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Reference in a new issue