Version 1.1
This commit is contained in:
parent
ecf3a885a8
commit
82c4480c47
5 changed files with 69 additions and 21 deletions
16
rc-local.install
Normal file
16
rc-local.install
Normal file
|
@ -0,0 +1,16 @@
|
|||
_update() {
|
||||
systemctl daemon-reload
|
||||
}
|
||||
|
||||
post_install() {
|
||||
_update
|
||||
systemctl enable rc-local.service
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
_update
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
_update
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue