Skip to content

Commit

Permalink
Add systemd unit
Browse files Browse the repository at this point in the history
  • Loading branch information
jplitza committed Sep 12, 2019
1 parent 527e969 commit c06e2eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bird-snmp-agent.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Unit]
Description=SNMP Agent for BIRD Internet Routing Daemon
After=bird.service snmpd.service
Wants=bird.service
BindsTo=snmpd.service

[Service]
ExecStart=/usr/bin/python3 /opt/bird-snmp-agent/bird_bgp.py

[Install]
WantedBy=multi-user.target

0 comments on commit c06e2eb

Please sign in to comment.