change Type from exec to simple
This commit is contained in:
parent
6deee4cef6
commit
a3ba518176
|
@ -27,7 +27,7 @@ Wants=network-online.target
|
|||
Conflicts=barriers.service
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
Type=simple
|
||||
# Log level may be FATAL, ERROR, WARNING, NOTE, INFO, DEBUG, DEBUG1, DEBUG2
|
||||
Environment=LOG_LEVEL=INFO
|
||||
# Default display is :0
|
||||
|
|
|
@ -17,7 +17,7 @@ Wants=network-online.target
|
|||
Conflicts=barrierc@.service barriers@.service
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
Type=simple
|
||||
# Log level may be FATAL, ERROR, WARNING, NOTE, INFO, DEBUG, DEBUG1, DEBUG2
|
||||
Environment=LOG_LEVEL=INFO
|
||||
# Default display is :0
|
||||
|
|
|
@ -29,7 +29,7 @@ Conflicts=barrierc@.service barriers.service
|
|||
ConditionPathExists=/var/lib
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
Type=simple
|
||||
# Log level may be FATAL, ERROR, WARNING, NOTE, INFO, DEBUG, DEBUG1, DEBUG2
|
||||
Environment=LOG_LEVEL=INFO
|
||||
# Default display is :0
|
||||
|
|
Loading…
Reference in New Issue