diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2019-08-16 00:07:33 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2019-08-16 00:07:33 +1200 |
commit | 553a16a7b69b43fe14ba8cb9cecc13775a746936 (patch) | |
tree | e3628b476ab45c9338172224ce3f45b81569e8e2 /systemd | |
parent | Restore fingerprints-only GnuPG configuration (diff) | |
download | dotfiles-553a16a7b69b43fe14ba8cb9cecc13775a746936.tar.gz dotfiles-553a16a7b69b43fe14ba8cb9cecc13775a746936.zip |
Add systemd (!) user service file for parcimonie
<https://github.com/EtiennePerot/parcimonie.sh>
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/parcimonie.service | 8 |
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 |