Skip to content

Commit

Permalink
Merge pull request #69 from leoss/fix-start-script
Browse files Browse the repository at this point in the history
Do not depend on specific networking.service
  • Loading branch information
mathiashro authored Sep 25, 2024
2 parents 65b75ca + 11442aa commit 78730b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/olsrd2/debian/olsrd2.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[Unit]
Description=OLSRd2 Routing agent
Documentation=http://www.olsr.org/
Requires=networking.service
After=network-online.target
Wants=network-online.target

[Service]
ExecStart=/usr/sbin/olsrd2_static --load=/etc/olsrd2/olsrd2.conf
Expand Down

0 comments on commit 78730b7

Please sign in to comment.