diff --git a/config/systemd/user/git-annex-watch@.service b/config/systemd/user/git-annex-watch@.service new file mode 100644 index 0000000..ba67674 --- /dev/null +++ b/config/systemd/user/git-annex-watch@.service @@ -0,0 +1,13 @@ +[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