aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/plank.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/plank.service')
-rw-r--r--.config/systemd/user/plank.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/systemd/user/plank.service b/.config/systemd/user/plank.service
index 4f92af7..760e71b 100644
--- a/.config/systemd/user/plank.service
+++ b/.config/systemd/user/plank.service
@@ -4,12 +4,12 @@ StartLimitIntervalSec=0
[Service]
Type=simple
-Environment=XDG_SESSION_TYPE=X11
-ExecStart=/usr/bin/env plank
+RestartSec=1
Restart=always
-RestartSec=1s
KillMode=process
SyslogIdentifier=plank
+ExecStart=/usr/bin/env plank
+Environment=XDG_SESSION_TYPE=X11
[Install]
WantedBy=default.target