Manage variables via systemd override config (#4)

Use systemd override configuration to avoid putting sensitive informations in the service file (and so in the git repository).

- add a makefile to install and uinstall the service
- add some documentation to README.md

See #1
This commit is contained in:
2019-11-13 23:13:08 +00:00
committed by Gogs
parent 8acc3ec2f3
commit 39677bbc58
4 changed files with 37 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,4 +4,5 @@
!exclude-list-S551LN.txt
!README.md
!Makefile
!.gitignore
*