Systemd script for transforward
authorSapan Bhatia <gwsapan@gmail.com>
Sun, 18 Aug 2013 19:30:29 +0000 (15:30 -0400)
committerSapan Bhatia <gwsapan@gmail.com>
Sun, 18 Aug 2013 19:30:29 +0000 (15:30 -0400)
transforward.service [new file with mode: 0644]

diff --git a/transforward.service b/transforward.service
new file mode 100644 (file)
index 0000000..3fda43c
--- /dev/null
@@ -0,0 +1,11 @@
+[Unit]
+Description=transforward module
+After=syslog.target network.target
+
+[Service]
+Type=forking
+ExecStart=/sbin/modprobe transforward
+ControlGroup=cpu:/
+
+[Install]
+WantedBy=multi-user.target