1[Unit]
2Description=OLSRd Routing Daemon
3Documentation=http://www.olsr.org/
4
5[Service]
6EnvironmentFile=/etc/default/olsrd
7User=root
8Type=forking
9ExecStart=/usr/sbin/olsrd -f "${CONFIG_FILE}" -d ${DEBUGLEVEL} -pidfile /run/olsrd.pid
10Restart=on-abnormal
11StandardOutput=syslog
12StandardError=syslog
13PrivateTmp=true
14
15[Install]
16WantedBy=network.target
17
18