summaryrefslogtreecommitdiffstats
path: root/filehooker/root-image/etc/systemd/system/start-ncdc.service
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-03-17 09:27:05 +0100
committermakefu <github@syntax-fehler.de>2014-03-17 09:27:05 +0100
commit004afecb81c443a4ab459cfd7f4468ad692f6dd7 (patch)
tree95c3aa03df3e4a7f26073fd67d8d816a8f395529 /filehooker/root-image/etc/systemd/system/start-ncdc.service
parent50006d90a290a3d3e9c57ed1317062f0500e1890 (diff)
add ncdc startup script
Diffstat (limited to 'filehooker/root-image/etc/systemd/system/start-ncdc.service')
-rw-r--r--filehooker/root-image/etc/systemd/system/start-ncdc.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/filehooker/root-image/etc/systemd/system/start-ncdc.service b/filehooker/root-image/etc/systemd/system/start-ncdc.service
new file mode 100644
index 00000000..8099678d
--- /dev/null
+++ b/filehooker/root-image/etc/systemd/system/start-ncdc.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=ncdc autoconfig
+Requires=network.target local-fs.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+KillMode=none
+ExecStart=sh /krebs/bin/startup_ncdc.ship
+ExecStop=sudo -u hooker /usr/bin/tmux send-keys -t dcpp:ncdc "/quit" C-m
+
+[Install]
+WantedBy=multi-user.target