aboutsummarylogtreecommitdiffstats
path: root/waterfall.service
diff options
context:
space:
mode:
Diffstat (limited to 'waterfall.service')
-rw-r--r--waterfall.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/waterfall.service b/waterfall.service
deleted file mode 100644
index f90b456777db..000000000000
--- a/waterfall.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Waterfall Server
-After=local-fs.target network.target multi-user.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/waterfall start
-ExecStop=/usr/bin/waterfall stop
-User=waterfall
-Group=waterfall
-
-[Install]
-WantedBy=multi-user.target