Adding grasp server to systemd

This commit is contained in:
Colin Powell
2019-07-01 10:43:25 -04:00
parent 8aba192b2b
commit 5a01baae8f
2 changed files with 12 additions and 0 deletions

View File

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

View File

@ -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