Adding grasp server to systemd
This commit is contained in:
1
systemd/.config/systemd/user/default.target.wants/grasp.service
Symbolic link
1
systemd/.config/systemd/user/default.target.wants/grasp.service
Symbolic link
@ -0,0 +1 @@
|
||||
/home/powellc/.config/systemd/user/grasp.service
|
||||
11
systemd/.config/systemd/user/grasp.service
Normal file
11
systemd/.config/systemd/user/grasp.service
Normal 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
|
||||
Reference in New Issue
Block a user