add install scripts and move secrets to uncommited file
This commit is contained in:
parent
963907fcf4
commit
2fbec4da69
6 changed files with 60 additions and 0 deletions
10
lighthouse.service.default
Normal file
10
lighthouse.service.default
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Lighthouse vessel tracker and notification
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=WORKING_DIR
|
||||
ExecStart=WORKING_DIR/collector.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue