blob: 99b5da3801e95a626d3e7381ceedcae831363eeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#For debian 8 put it in /lib/systemd/system/
#and call it with systemctl start oxidized.service
[Unit]
Description=Oxidized - Network Device Configuration Backup Tool
#After=network-online.target multi-user.target
#Wants=network-online.target
[Service]
ExecStart=/usr/local/bin/oxidized
User=oxidized
[Install]
WantedBy=multi-user.target
|