소스 검색

Adding grasp server to systemd

Colin Powell 5 년 전
부모
커밋
5a01baae8f
2개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      systemd/.config/systemd/user/default.target.wants/grasp.service
  2. 11 0
      systemd/.config/systemd/user/grasp.service

+ 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