services: Unify naming pattern to kebab case

This commit is contained in:
Marty Oehme 2020-07-29 09:38:22 +02:00
parent cc0cdd2a6c
commit 5d4998481f
No known key found for this signature in database
GPG Key ID: 0CCB0526EFB9611A
4 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1 @@
../uni-notes-sync.service

View File

@ -1 +0,0 @@
../uni_notes_sync.service

View File

@ -48,7 +48,7 @@ This generally gives ample time for the services to start correctly by themselve
## Commit Notes service
This service `uni_notes_sync.service` keeps my university note directory in sync with a remote origin.
This service `uni-notes-sync.service` keeps my university note directory in sync with a remote origin.
The script behind it (`git-sync`) can be used more generally to keep any git directory in sync.
The idea behind the services is: commit asap, push when finished.