aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/evolution.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/evolution.service')
-rw-r--r--.config/systemd/user/evolution.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/systemd/user/evolution.service b/.config/systemd/user/evolution.service
new file mode 100644
index 0000000..c60bca7
--- /dev/null
+++ b/.config/systemd/user/evolution.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Start Evolution
+PartOf=graphical-session.target
+
+[Service]
+Type=exec
+ExecStart=/usr/bin/evolution
+Restart=on-failure
+
+[Install]
+WantedBy=desktop.target