summaryrefslogtreecommitdiffstats
path: root/filehooker/root-image/etc/systemd/system/start-ncdc@.service
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-03-19 19:35:54 +0100
committermakefu <github@syntax-fehler.de>2014-03-19 19:36:38 +0100
commitdac1785de2a5f1217f6e47b765553ad3f277d0cc (patch)
treef14f2b9f73415448a876f10be4d741ae9b82558f /filehooker/root-image/etc/systemd/system/start-ncdc@.service
parent9acc67ee5d32dff4c6c3485a4ee4910b0be1dad4 (diff)
add shebang to reaktor.py
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