services: Rename commit_notes to uni_notes_sync

This commit is contained in:
Marty Oehme 2020-07-24 11:42:59 +02:00
parent 0b65023253
commit 440629f3c3
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A
3 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,12 @@
[Unit]
Description=Automatically commit notes in university directory
[Service]
Type=simple
Environment=GS_TIME_TO_COMMIT=120 GS_UNCHANGED_RUNS_TO_PUSH=30
# workaround to allow relative executable invocation (i.e. current users' home dir)
ExecStart=/bin/bash -c '%h/.local/share/services/git-sync %h/documents/notes/uni'
Restart=on-failure
[Install]
WantedBy=default.target