diff options
author | neodarz <neodarz@neodarz.net> | 2019-02-03 01:09:45 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-02-03 01:09:45 +0100 |
commit | 59367698d3127d1a8c43cfa42d4bee04b24965d8 (patch) | |
tree | d70095f6786d4939c41a8f816c1eaf7a1a722f13 /twmn | |
parent | b19f7ecbe672ad8e1375deddb273f4b35711848d (diff) | |
download | dotfiles_ascii-59367698d3127d1a8c43cfa42d4bee04b24965d8.tar.xz dotfiles_ascii-59367698d3127d1a8c43cfa42d4bee04b24965d8.zip |
update twmn configuration
Diffstat (limited to '')
-rw-r--r-- | twmn/.config/systemd/user/twmnd.service | 12 |
1 files changed, 12 insertions, 0 deletions
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 |