summarylogtreecommitdiffstats
path: root/easyeda-router.service
diff options
context:
space:
mode:
Diffstat (limited to 'easyeda-router.service')
-rw-r--r--easyeda-router.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/easyeda-router.service b/easyeda-router.service
new file mode 100644
index 000000000000..9aa9a48c1352
--- /dev/null
+++ b/easyeda-router.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=EasyEDA Local Auto Router Server
+After=network.target
+
+[Service]
+Type=simple
+DynamicUser=yes
+ExecStart=/usr/bin/easyeda-router
+Restart=always
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file