mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-10 07:21:59 +05:30
temporary fix for issue #3
Added a Restart=on-failure on the systemd service. Now, after an error, the service will restart, and this time it should not exit with an error. This will make naxalnet.service work until #3 is fixed.
This commit is contained in:
parent
7e8f9e8417
commit
7e513b8475
@ -15,6 +15,8 @@ After=wpa_supplicant.service
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
# Temporary (maybe permanent) fix to aborting after changing to ad-hoc
|
||||
Restart=on-failure
|
||||
ExecStart=/usr/bin/naxalnet
|
||||
|
||||
[Install]
|
||||
|
Loading…
Reference in New Issue
Block a user