summaryrefslogtreecommitdiff
path: root/daemon/hwd.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/hwd.service.in')
-rw-r--r--daemon/hwd.service.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/daemon/hwd.service.in b/daemon/hwd.service.in
new file mode 100644
index 0000000..ae60536
--- /dev/null
+++ b/daemon/hwd.service.in
@@ -0,0 +1,9 @@
+[Unit]
+Description=Daemon for Educational Hardware Simulator
+After=network.target
+
+[Service]
+ExecStart=${CMAKE_INSTALL_BINDIR}/hwd
+
+[Install]
+WantedBy=multi-user.target