Steve McIntyre | 337a6fc | 2015-09-07 15:32:09 +0100 | [diff] [blame^] | 1 | # systemd service file for VLANd |
2 | |||||
3 | [Unit] | ||||
4 | Description=VLAN daemon | ||||
5 | Requires=postgresql | ||||
6 | |||||
7 | [Service] | ||||
8 | Type=simple | ||||
9 | ExecStart=/home/vland/vland/vland.py | ||||
10 | ExecStop=/home/vland/vland/admin.py --shutdown | ||||
11 | WorkingDirectory=/home/vland/vland | ||||
12 | User=vland | ||||
13 | |||||
14 | [Install] | ||||
15 | WantedBy=multi-user.target |