Skip to content

Commit 96c9655

Browse files
committed
starts fastd if not running..
1 parent 4da2b93 commit 96c9655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync_meshkeys_gw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def sync_meshkeys():
1313
git.cleanup
1414

1515
# send sighup to fastd to reload configuration (and keys)
16-
photon.signal_handler(settings['fastd'][community]['pidfile']).hup
16+
photon.signal_handler(settings['fastd'][community]['pidfile'], cmdd_if_no_pid=dict(cmd='sudo service fastd start')).hup
1717

1818
git.publish
1919

0 commit comments

Comments
 (0)