diff options
Diffstat (limited to 'notmuch/.config/systemd/user/notmuch.service')
-rw-r--r-- | notmuch/.config/systemd/user/notmuch.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/notmuch/.config/systemd/user/notmuch.service b/notmuch/.config/systemd/user/notmuch.service new file mode 100644 index 0000000..bcff3a7 --- /dev/null +++ b/notmuch/.config/systemd/user/notmuch.service @@ -0,0 +1,8 @@ +[Unit] +Description=notmuch service + +[Service] +Type=oneshot +ExecStart=/usr/bin/notmuch new +StandardOutput=syslog +StandardError=syslog |