dotfiles/config/systemd/system/stop-git-annex-after-sleep.service
Daniel Borchmann 8a8254d2ee
Remove maximal runtime for git-annex assistant
The assistant should instead be restarted on resume, preferably by another
service file, installed on system level.
2019-01-19 11:13:16 +01:00

11 lines
184 B
Desktop File

[Unit]
Description=Kill git-annex assistant after resume
After=sleep.target
[Service]
Type=oneshot
ExecStart=pkill -f "^/usr/bin/git-annex assistant"
[Install]
WantedBy=sleep.target