blob: 2203136761533894559e1626784896199721d869 [file] [log] [blame]
Steve McIntyre337a6fc2015-09-07 15:32:09 +01001# systemd service file for VLANd
2
3[Unit]
4Description=VLAN daemon
5Requires=postgresql
6
7[Service]
8Type=simple
9ExecStart=/home/vland/vland/vland.py
10ExecStop=/home/vland/vland/admin.py --shutdown
11WorkingDirectory=/home/vland/vland
12User=vland
13
14[Install]
15WantedBy=multi-user.target