aboutsummaryrefslogtreecommitdiffstats
path: root/glutte_serial_web.unit.example
diff options
context:
space:
mode:
Diffstat (limited to 'glutte_serial_web.unit.example')
-rw-r--r--glutte_serial_web.unit.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/glutte_serial_web.unit.example b/glutte_serial_web.unit.example
new file mode 100644
index 0000000..cbc86db
--- /dev/null
+++ b/glutte_serial_web.unit.example
@@ -0,0 +1,10 @@
+[Unit]
+Description=glutte serial monitor web server
+After=syslog.target network.target
+
+[Service]
+Type=simple
+User=glutte
+WorkingDirectory=/home/glutte/glutte-serial-web
+ExecStart=/home/glutte/glutte-serial-web/bin/python /home/glutte/glutte-serial-web/glutte_serial_web.py
+