diff --git a/systemd/.config/systemd/user/default.target.wants/grasp.service b/systemd/.config/systemd/user/default.target.wants/grasp.service new file mode 120000 index 0000000..a7936d0 --- /dev/null +++ b/systemd/.config/systemd/user/default.target.wants/grasp.service @@ -0,0 +1 @@ +/home/powellc/.config/systemd/user/grasp.service \ No newline at end of file diff --git a/systemd/.config/systemd/user/grasp.service b/systemd/.config/systemd/user/grasp.service new file mode 100644 index 0000000..04a8de9 --- /dev/null +++ b/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