From 59367698d3127d1a8c43cfa42d4bee04b24965d8 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 3 Feb 2019 01:09:45 +0100 Subject: update twmn configuration --- twmn/.config/systemd/user/twmnd.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 twmn/.config/systemd/user/twmnd.service (limited to 'twmn') diff --git a/twmn/.config/systemd/user/twmnd.service b/twmn/.config/systemd/user/twmnd.service new file mode 100644 index 0000000..355d8ec --- /dev/null +++ b/twmn/.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