summaryrefslogtreecommitdiff
path: root/rootfs/rc-local.service
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-02-28 08:39:01 -0500
committerAndrew Cady <d@cryptonomic.net>2021-02-28 08:39:01 -0500
commit3c73e2c8aa8b18fc3fdbbdc873d1e5fe24353c33 (patch)
tree107de6069220af63d682e0ea6465b3d49fb7eb4b /rootfs/rc-local.service
parent4fd0b1013e13556c9afc35540e6e411e9cb47e0b (diff)
various rootfs improvements
Diffstat (limited to 'rootfs/rc-local.service')
-rw-r--r--rootfs/rc-local.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/rootfs/rc-local.service b/rootfs/rc-local.service
new file mode 100644
index 0000000..4483ad0
--- /dev/null
+++ b/rootfs/rc-local.service
@@ -0,0 +1,14 @@
1[Unit]
2 Description=/etc/rc.local Compatibility
3 ConditionPathExists=/etc/rc.local
4
5[Service]
6 Type=forking
7 ExecStart=/etc/rc.local start
8 TimeoutSec=0
9 StandardOutput=tty
10 RemainAfterExit=yes
11 SysVStartPriority=99
12
13[Install]
14 WantedBy=multi-user.target