瀏覽代碼

Adding grasp server to systemd

Colin Powell 5 年之前
父節點
當前提交
5a01baae8f

+ 1 - 0
systemd/.config/systemd/user/default.target.wants/grasp.service

@@ -0,0 +1 @@
+/home/powellc/.config/systemd/user/grasp.service

+ 11 - 0
systemd/.config/systemd/user/grasp.service

@@ -0,0 +1,11 @@
+
+[Unit]
+Description=Grasp extension server conterpart
+
+[Install]
+WantedBy=default.target
+
+[Service]
+ExecStart=/home/powellc/src/grasp/server/grasp_server.py --port 12212 --path ~/org/capture.org --template '* %%U %%:description %%:tags\n%%:link\n%%:initial\n'
+Type=simple
+Restart=always