summaryrefslogtreecommitdiff
path: root/buttonctl/systemd/button.service
blob: e77edd21c608496e20402ac5750cdb6820b84ca9 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=watching soft button
After=local-fs.target

[Service]
Type=simple
ExecStart=/usr/bin/buttonctl

[Install]
WantedBy=multi-user.target