summaryrefslogtreecommitdiff
path: root/buttonctl/systemd/button.service
diff options
context:
space:
mode:
authorStijn Buys <ingar@telenet.be>2022-02-27 23:50:15 +0100
committerStijn Buys <ingar@telenet.be>2022-02-27 23:50:15 +0100
commit593ae61b1d4e8ca06bc66d59c19a430e2e966262 (patch)
treecc09fdea60a806920fc58bcd2db8199b84a24e14 /buttonctl/systemd/button.service
parente6ef9ed4a3129da1e449f4f4f5e0d7719b8b04c5 (diff)
Corrected buttond service executable name.
Diffstat (limited to 'buttonctl/systemd/button.service')
-rw-r--r--buttonctl/systemd/button.service10
1 files changed, 0 insertions, 10 deletions
diff --git a/buttonctl/systemd/button.service b/buttonctl/systemd/button.service
deleted file mode 100644
index e77edd2..0000000
--- a/buttonctl/systemd/button.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=watching soft button
-After=local-fs.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/buttonctl
-
-[Install]
-WantedBy=multi-user.target