From dc45bf89a66ec6c8cd25cf5605deb853f6984705 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 4 Sep 2019 22:18:18 +0200 Subject: Add systemd dotfiles --- dotfiles/config/systemd/user/twmnd.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dotfiles/config/systemd/user/twmnd.service (limited to 'dotfiles/config/systemd/user/twmnd.service') diff --git a/dotfiles/config/systemd/user/twmnd.service b/dotfiles/config/systemd/user/twmnd.service new file mode 100644 index 0000000..355d8ec --- /dev/null +++ b/dotfiles/config/systemd/user/twmnd.service @@ -0,0 +1,12 @@ +[Unit] +Description=twmn server +After=graphical.target + +[Service] +Type=simple +StandardOutput=null +Restart=on-failure +ExecStart=/usr/bin/twmnd + +[Install] +WantedBy=default.target -- cgit v1.2.1