blob: 83397c97abeedc513b4c2cdcd61d8d5212d604a1 [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 McIntyre53787d22018-02-02 17:08:04 +000010ExecStop=/home/vland/vland/vland-admin shutdown
Steve McIntyre337a6fc2015-09-07 15:32:09 +010011WorkingDirectory=/home/vland/vland
12User=vland
13
14[Install]
15WantedBy=multi-user.target