Systemctl service improved
This commit is contained in:
parent
ed4efd48c1
commit
4ee21b692f
@ -6,7 +6,8 @@ import sys
|
|||||||
SERVICE_FILE = """
|
SERVICE_FILE = """
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=MPD Monitor Service
|
Description=MPD Monitor Service
|
||||||
After=mosquitto.target
|
After=network-online.target
|
||||||
|
Wants=network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
User=%(UID)d
|
User=%(UID)d
|
||||||
Group=%(GID)d
|
Group=%(GID)d
|
||||||
|
@ -13,10 +13,10 @@ MQTT_TOPIC = "hifi/mpd"
|
|||||||
#
|
#
|
||||||
__BASEPATH__ = os.path.abspath(os.path.dirname(__file__))
|
__BASEPATH__ = os.path.abspath(os.path.dirname(__file__))
|
||||||
APP_NAME = "mpd"
|
APP_NAME = "mpd"
|
||||||
LOGTARGET = 'logfile' # possible choices are: 'logfile' or 'stdout'
|
LOGTARGET = 'stdout' # possible choices are: 'logfile' or 'stdout'
|
||||||
LOGLVL = 'DEBUG'
|
LOGLVL = 'DEBUG'
|
||||||
|
|
||||||
LOGHOST = 'cutelog'
|
LOGHOST = 'cutelog'
|
||||||
LOGPORT = 19996
|
LOGPORT = 19996
|
||||||
|
|
||||||
formatter = report.LONG_FMT
|
formatter = report.SHORT_FMT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user