aboutsummaryrefslogtreecommitdiffstats
path: root/qt-submodule-update-watcher.service
diff options
context:
space:
mode:
Diffstat (limited to 'qt-submodule-update-watcher.service')
-rw-r--r--qt-submodule-update-watcher.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/qt-submodule-update-watcher.service b/qt-submodule-update-watcher.service
new file mode 100644
index 0000000..9923bca
--- /dev/null
+++ b/qt-submodule-update-watcher.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Qt Submodule Update Watcher
+After=network.target
+
+[Service]
+SyslogIdentifier=qt-submodule-update-watcher
+WorkingDirectory=/home/qt/qtsubmoduleupdatewatcher
+User=qt
+Group=qt
+Restart=always
+ExecStart=node submodule_update_watcher.js
+
+
+[Install]
+WantedBy=multi-user.target