blob: fab2639556e2d2f507236b3a2a953bcf018c79f4 [file] [log] [blame]
Steve McIntyre337a6fc2015-09-07 15:32:09 +01001# systemd service file for VLANd
2
3[Unit]
4Description=VLAN daemon
Steve McIntyre61ed15f2015-09-07 16:11:37 +01005Requires=postgresql.service
Steve McIntyre337a6fc2015-09-07 15:32:09 +01006
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