dotfiles/config/systemd/user/git-annex-watch@.service

14 lines
230 B
Desktop File

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