aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-08-16 00:07:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-08-16 00:07:33 +1200
commit553a16a7b69b43fe14ba8cb9cecc13775a746936 (patch)
treee3628b476ab45c9338172224ce3f45b81569e8e2
parentRestore fingerprints-only GnuPG configuration (diff)
downloaddotfiles-553a16a7b69b43fe14ba8cb9cecc13775a746936.tar.gz
dotfiles-553a16a7b69b43fe14ba8cb9cecc13775a746936.zip
Add systemd (!) user service file for parcimonie
<https://github.com/EtiennePerot/parcimonie.sh>
-rw-r--r--systemd/parcimonie.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/systemd/parcimonie.service b/systemd/parcimonie.service
new file mode 100644
index 00000000..a823b216
--- /dev/null
+++ b/systemd/parcimonie.service
@@ -0,0 +1,8 @@
+[Service]
+ExecStart=/home/tom/.local/bin/parcimonie
+Restart=always
+PrivateTmp=true
+NoNewPrivileges=true
+
+[Install]
+WantedBy=default.target