mirror of
https://github.com/EnumeratedDev/enit.git
synced 2026-09-16 02:26:11 +00:00
Add loopback interface startup service
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
name: lo-interface
|
||||
description: Enable loopback interface on boot
|
||||
dependencies: ["/usr/sbin/ip"]
|
||||
type: simple
|
||||
start_cmd: ip link set lo up
|
||||
exit_method: kill
|
||||
restart: false
|
||||
Reference in New Issue
Block a user