Files
Manorit Chawdhry 997b235140 add debug functionality (#69)
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
2021-11-29 11:30:41 +05:30

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