Initial import
This commit is contained in:
commit
ecf3a885a8
3 changed files with 43 additions and 0 deletions
11
rc-local.service
Normal file
11
rc-local.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=/etc/rc.local compatibility
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/etc/rc.local
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue