chiark
/
gitweb
/
~bjharris
/
clunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4975e9
)
Add a systemd unit file.
author
Ben Harris
<bjh21@bjh21.me.uk>
Fri, 30 Nov 2018 15:45:45 +0000
(15:45 +0000)
committer
Ben Harris
<bjh21@bjh21.me.uk>
Sat, 8 Dec 2018 22:30:09 +0000
(22:30 +0000)
clunk.service
[new file with mode: 0644]
patch
|
blob
diff --git a/clunk.service
b/clunk.service
new file mode 100644
(file)
index 0000000..
510c3fe
--- /dev/null
+++ b/
clunk.service
@@ -0,0
+1,10
@@
+# systemd unit file for clunk(8)
+[Unit]
+Description=pulse clock driver (clunk)
+Documentation=man:clunk(8)
+
+[Service]
+ExecStart=clunk -f /var/lib/clunk.state -C pinctrl-bcm2835 -L 17
+
+[Install]
+WantedBy=multi-user.target