aboutsummaryrefslogtreecommitdiff
path: root/services/twmnd.service
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-09-13 18:39:33 +0200
committerneodarz <neodarz@neodarz.net>2017-09-13 18:39:33 +0200
commit31c214b1299b82444aff1c1d4f6d6f4f79706bda (patch)
treedacde766d6026df65a39d3655f0f37714f4a2b64 /services/twmnd.service
parent91b39b2ebafd5ae2009bb4806ec0e96518ac4bab (diff)
downloaddotfiles_ascii-31c214b1299b82444aff1c1d4f6d6f4f79706bda.tar.xz
dotfiles_ascii-31c214b1299b82444aff1c1d4f6d6f4f79706bda.zip
Migration of all services to systemd folder and remove usless code from stow-services
Diffstat (limited to 'services/twmnd.service')
-rw-r--r--services/twmnd.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/services/twmnd.service b/services/twmnd.service
deleted file mode 100644
index 355d8ec..0000000
--- a/services/twmnd.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=twmn server
-After=graphical.target
-
-[Service]
-Type=simple
-StandardOutput=null
-Restart=on-failure
-ExecStart=/usr/bin/twmnd
-
-[Install]
-WantedBy=default.target