aboutsummaryrefslogtreecommitdiff
path: root/rc-local.service
diff options
context:
space:
mode:
Diffstat (limited to 'rc-local.service')
-rw-r--r--rc-local.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/rc-local.service b/rc-local.service
new file mode 100644
index 0000000..6c4c412
--- /dev/null
+++ b/rc-local.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=/etc/rc.local Compatibility
+ConditionPathIsExecutable=/etc/rc.local
+
+[Service]
+Type=oneshot
+ExecStart=/etc/rc.local
+TimeoutSec=0
+StandardInput=tty
+RemainAfterExit=yes