Files
dotfiles/systemd/.config/systemd/user/grasp.service
2019-07-07 00:16:20 -04:00

12 lines
287 B
Desktop File

[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