dotfiles/config/systemd/user/git-annex-assistant@.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

13 lines
210 B
Desktop File

[Unit]
Description=git annex assistant in %I
[Service]
CPUAccounting=true
CPUQuota=20%
WorkingDirectory=%I
ExecStart=/usr/bin/git-annex assistant --foreground
Restart=always
[Install]
WantedBy=default.target