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 |
Steve McIntyre | 61ed15f | 2015-09-07 16:11:37 +0100 | [diff] [blame] | 5 | Requires=postgresql.service |
Steve McIntyre | 337a6fc | 2015-09-07 15:32:09 +0100 | [diff] [blame] | 6 | |
| 7 | [Service] |
| 8 | Type=simple |
Steve McIntyre | 6c7ca7f | 2018-03-05 18:15:51 +0000 | [diff] [blame^] | 9 | ExecStart=/home/vland/vland/vland |
Steve McIntyre | 53787d2 | 2018-02-02 17:08:04 +0000 | [diff] [blame] | 10 | ExecStop=/home/vland/vland/vland-admin shutdown |
Steve McIntyre | 337a6fc | 2015-09-07 15:32:09 +0100 | [diff] [blame] | 11 | WorkingDirectory=/home/vland/vland |
| 12 | User=vland |
| 13 | |
| 14 | [Install] |
| 15 | WantedBy=multi-user.target |