mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
@@ -0,0 +1,19 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2014 OpenWrt.org
|
||||
|
||||
START=50
|
||||
STOP=50
|
||||
|
||||
create_users() {
|
||||
group_exists postfix || group_add postfix 87
|
||||
user_exists postfix || user_add postfix 87
|
||||
group_exists postdrop || group_add postdrop 88
|
||||
}
|
||||
|
||||
start() {
|
||||
postfix start
|
||||
}
|
||||
|
||||
stop() {
|
||||
postfix stop
|
||||
}
|
||||
Reference in New Issue
Block a user