Add project files.
This commit is contained in:
12
EpsonPrintService/epson.service
Normal file
12
EpsonPrintService/epson.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=epson service
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
WorkingDirectory=/home/pi/epson_service/
|
||||
Type=simple
|
||||
ExecStart=/bin/bash /home/pi/epson_service/start.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user