diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-04 22:18:18 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-04 22:18:18 +0200 |
commit | dc45bf89a66ec6c8cd25cf5605deb853f6984705 (patch) | |
tree | 36bf6de7e62e78cb6d4883cda8ca570a0cf971da /dotfiles/config/systemd/user/twmnd.service | |
parent | 4b3afacacc3de3766b4eb71ab15886dcbf87a39b (diff) | |
download | dotfiles_dotdrop-dc45bf89a66ec6c8cd25cf5605deb853f6984705.tar.xz dotfiles_dotdrop-dc45bf89a66ec6c8cd25cf5605deb853f6984705.zip |
Add systemd dotfiles
Diffstat (limited to '')
-rw-r--r-- | dotfiles/config/systemd/user/twmnd.service | 12 |
1 files changed, 12 insertions, 0 deletions
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 |