dotfiles/config/systemd/system/stop-git-annex-after-sleep....

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