diff options
| author | 2026-05-10 07:42:48 -0600 | |
|---|---|---|
| committer | 2026-05-10 07:42:48 -0600 | |
| commit | f149558703faa1f01d65338a7dd6f524279dca51 (patch) | |
| tree | 291dd31be8c47bd02d1c93a95996099faa7f4f14 | |
| parent | silence stdout from cronjob (diff) | |
silence noise about smokeping
| -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 reload smokeping') +os.system('systemctl try-reload smokeping') curs = DB.execute('SELECT name, asn FROM peers WHERE deleted=1') deletions = [] |
