blob: e998dba0fb29f96573ba7fe939a60ab9c9f1fa48 [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
Steve McIntyre6c7ca7f2018-03-05 18:15:51 +00009ExecStart=/home/vland/vland/vland
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