mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-12-25 09:39:45 +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]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
# Temporary (maybe permanent) fix to aborting after changing to ad-hoc
|
||||||
|
Restart=on-failure
|
||||||
ExecStart=/usr/bin/naxalnet
|
ExecStart=/usr/bin/naxalnet
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
Reference in New Issue
Block a user