name='yandex-disk'

version='0.1.6.1080'
release='1'
This commit is contained in:
2024-07-18 21:55:50 +03:00
parent 3985fcb98c
commit aae623a1b2
3 changed files with 54 additions and 0 deletions

View 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