summarylogtreecommitdiffstats
path: root/dahdi-linux.service
diff options
context:
space:
mode:
authorMarcell Meszaros2024-03-28 17:01:06 +0100
committerMarcell Meszaros2024-03-28 17:29:43 +0100
commitdd2dfd22137a6c6d174db26c867ef5d81d34af81 (patch)
tree2c3bb53d2df6dd0365095f94c5cb0527a5a94135 /dahdi-linux.service
parentf057f30864c38f94c5aac1b914d90380f41808ba (diff)
downloadaur-dd2dfd22137a6c6d174db26c867ef5d81d34af81.tar.gz
3.3.0-1: upstream update (might not work on current Arch kernel)
Diffstat (limited to 'dahdi-linux.service')
-rw-r--r--dahdi-linux.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/dahdi-linux.service b/dahdi-linux.service
new file mode 100644
index 000000000000..16b0c6fea9c1
--- /dev/null
+++ b/dahdi-linux.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=DAHDI configuration script
+After=network.target systemd-udevd.service
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/dahdi_cfg
+ExecStop=/usr/bin/dahdi_cfg -s
+
+[Install]
+WantedBy=multi-user.target