xfce packages rebuild for beta system

This commit is contained in:
alick01
2020-11-23 17:14:58 +03:00
parent e1e11b7660
commit 3b17c23050
47 changed files with 228 additions and 2174 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ PIDFILE = "/run/ntpd.pid"
@synchronized
def start():
startService(command="/usr/sbin/ntpd",
args=config.get("OPTIONS", "-u ntp:ntp -p %s -g" % PIDFILE),
args=config.get("OPTIONS", "-x -u ntp:ntp -p %s " % PIDFILE),
donotify=True)
@synchronized