yandex-disk/yandex-disk.service
maks1ms d900f9b648
All checks were successful
buildbot/alt-sisyphus-main-build Build done.
init (#1)
Reviewed-on: https://code.alt-gnome.ru/aides/yandex-disk/pulls/1
Co-authored-by: maks1ms <maks1ms@alt-gnome.ru>
Co-committed-by: maks1ms <maks1ms@alt-gnome.ru>
2025-01-04 09:01:46 +00:00

13 lines
284 B
Desktop File

[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