blob: 7609743a80150162edb33df5aa91f58bddd7e88a [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
Steve McIntyre709f9102016-03-12 12:37:49 +000010ExecStop=/home/vland/vland/admin.py shutdown
Steve McIntyre337a6fc2015-09-07 15:32:09 +010011WorkingDirectory=/home/vland/vland
12User=vland
13
14[Install]
15WantedBy=multi-user.target