diff options
| author | 2026-05-10 07:58:20 -0600 | |
|---|---|---|
| committer | 2026-05-10 07:58:20 -0600 | |
| commit | 6c708fc8954643d662ce161c44269e4c64224360 (patch) | |
| tree | a73877a532aa004b3e521120ac22e3212102cc28 | |
| parent | wasnt verbose enough for systemd (diff) | |
ahhhh
| -rwxr-xr-x | cronjob.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ curs.close() spcfg = open('/opt/autopeer/smokeping-peer.conf', 'w') print(sp_conf_str, file=spcfg) spcfg.close() -os.system('systemctl try-reload-or-restart smokeping') +os.system('systemctl try-reload-or-restart smokeping 2>/dev/null') curs = DB.execute('SELECT name, asn FROM peers WHERE deleted=1') deletions = [] |
