Added systemd service files

This commit is contained in:
2022-12-06 17:12:02 +01:00
parent 6f84abf619
commit 3bfd6679dc
4 changed files with 60 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=ESP Remote Agent
[Service]
Type=simple
#User=pi
#Group=pi
Restart=always
ExecStart=
WorkingDirectory=/home/pi/build-espremotemanager
ExecStart=/home/pi/build-espremotemanager/bin/espremoteagent
[Install]
WantedBy=network-online.target