Adds startup script for starting the POC automatically
This commit is contained in:
11
poc.service.txt
Normal file
11
poc.service.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Henry Pump POC program
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/home/root
|
||||
Environment="HOME=/home/root"
|
||||
ExecStart=/home/root/startup.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user