mirror of
https://github.com/graysky2/anything-sync-daemon.git
synced 2026-03-01 18:23:30 +01:00
running asd with `DEBUG=1` environment variable will give additional insights on the working of asd and what it is doing, it can helpful for debugging issues in future
18 lines
430 B
Desktop File
18 lines
430 B
Desktop File
[Unit]
|
|
Description=Anything-sync-daemon
|
|
Documentation=man:asd(1) man:anything-sync-daemon(1)
|
|
Documentation=https://wiki.archlinux.org/index.php/Anything-sync-daemon
|
|
Wants=local-fs.target
|
|
Wants=asd-resync.service
|
|
After=winbindd.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
Environment="DEBUG=1"
|
|
ExecStart=/usr/bin/anything-sync-daemon sync
|
|
ExecStop=/usr/bin/anything-sync-daemon unsync
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|