aboutsummaryrefslogtreecommitdiffstats
path: root/qt-submodule-update-watcher.service
diff options
context:
space:
mode:
authorDaniel Smith <[email protected]>2024-10-18 16:16:13 +0200
committerDaniel Smith <[email protected]>2025-02-24 10:53:33 +0000
commiteb3adfa163fb5134c897b0bce214ee5641a2af03 (patch)
treea5dbe3f5caaf346a602df1aed91b7478c14d5760 /qt-submodule-update-watcher.service
parentca936d04a499b24e53c3ef144deb9a92628fa889 (diff)
Fix calls to loggerHEADdev
Change-Id: I54b21d67d8338a120f933fd102d2e5ae0a88e55f Reviewed-by: Daniel Smith <[email protected]>
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