From: martin f. krafft Date: Tue, 20 Jun 2017 09:35:12 +0000 (+0200) Subject: add parcimonie systemd service X-Git-Url: https://git.madduck.net/etc/gnupg.git/commitdiff_plain/d026b7b6a2605682ed2c00114e38386b29b734c1?hp=a662e8eaeb0fdb5f5ce9d560416957ea6b9a3098 add parcimonie systemd service --- diff --git a/.config/systemd/user/parcimonie.service b/.config/systemd/user/parcimonie.service new file mode 100644 index 0000000..c91b42e --- /dev/null +++ b/.config/systemd/user/parcimonie.service @@ -0,0 +1,10 @@ +[Unit] +Description=Parcimonie +Documentation=man:parcimonie(1) + +[Service] +ExecStart=/usr/bin/parcimonie --with_dbus --gnupg_already_torified +Restart=on-failure + +[Install] +WantedBy=default.target