Systemd script for transforward
[transforward.git] / transforward.service
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