aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-01-15 02:04:09 -0500
committertdro <tdro@users.noreply.github.com>2020-01-15 02:04:09 -0500
commit5f1f949377c394d8577e21e23f036d854f826a79 (patch)
tree9db9a3663119a961fad87caecb978b05257954f6 /.config/systemd
parent9cf3b9810dadab9779da77ca2d8ba076385f9260 (diff)
downloaddotfiles-5f1f949377c394d8577e21e23f036d854f826a79.tar.gz
dotfiles-5f1f949377c394d8577e21e23f036d854f826a79.tar.bz2
dotfiles-5f1f949377c394d8577e21e23f036d854f826a79.zip
config/systemd/user: Add plank service
Diffstat (limited to '.config/systemd')
-rw-r--r--.config/systemd/user/plank.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/systemd/user/plank.service b/.config/systemd/user/plank.service
new file mode 100644
index 0000000..2e00ca8
--- /dev/null
+++ b/.config/systemd/user/plank.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Plank
+StartLimitIntervalSec=0
+
+[Service]
+Type=simple
+Environment=XDG_SESSION_TYPE=X11
+ExecStart=/usr/bin/env plank
+Restart=always
+RestartSec=1s
+
+[Install]
+WantedBy=multi-user.target