services: Unify naming pattern to kebab case
This commit is contained in:
parent
cc0cdd2a6c
commit
5d4998481f
4 changed files with 2 additions and 2 deletions
|
@ -0,0 +1 @@
|
||||||
|
../uni-notes-sync.service
|
|
@ -1 +0,0 @@
|
||||||
../uni_notes_sync.service
|
|
|
@ -48,7 +48,7 @@ This generally gives ample time for the services to start correctly by themselve
|
||||||
|
|
||||||
## Commit Notes service
|
## 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 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.
|
The idea behind the services is: commit asap, push when finished.
|
||||||
|
|
Loading…
Reference in a new issue