Forráskód Böngészése

changed default user and group to run ser as to root.root - it is needed for core files generation

Pavel Kasparek 17 éve
szülő
commit
a40fc677e4
2 módosított fájl, 6 hozzáadás és 6 törlés
  1. 2 2
      pkg/debian/ser.default
  2. 4 4
      pkg/debian/ser.templates

+ 2 - 2
pkg/debian/ser.default

@@ -12,12 +12,12 @@ SER_CFG_FILE="/etc/ser/ser.cfg"
 
 
 # user to run ser as
 # user to run ser as
 #DEBCONF-USER-START
 #DEBCONF-USER-START
-SER_USER="ser"
+SER_USER="root"
 #DEBCONF-USER-END
 #DEBCONF-USER-END
 
 
 # group to run ser as
 # group to run ser as
 #DEBCONF-GROUP-START
 #DEBCONF-GROUP-START
-SER_GROUP="ser"
+SER_GROUP="root"
 #DEBCONF-GROUP-END
 #DEBCONF-GROUP-END
 
 
 # ser pidfile
 # ser pidfile

+ 4 - 4
pkg/debian/ser.templates

@@ -15,9 +15,9 @@ Description: Change config file now ?
 
 
 Template: ser/USER
 Template: ser/USER
 Type: string
 Type: string
-Default: ser
+Default: root
 Description: User to run SER as
 Description: User to run SER as
- Set the user which SER should run as. Default is 'ser' user.
+ Set the user which SER should run as. Default is 'root' user.
  .
  .
  Note: if you want ser to be able to dump a core file in case of crash, you have to run it as root user.
  Note: if you want ser to be able to dump a core file in case of crash, you have to run it as root user.
  .
  .
@@ -25,9 +25,9 @@ Description: User to run SER as
 
 
 Template: ser/GROUP
 Template: ser/GROUP
 Type: string
 Type: string
-Default: ser
+Default: root
 Description: Group to run SER as
 Description: Group to run SER as
- Set the group which SER should run as. Default is 'ser' group.
+ Set the group which SER should run as. Default is 'root' group.
  .
  .
  Enter "!" to not modify this option.
  Enter "!" to not modify this option.