aboutsummaryrefslogtreecommitdiff
path: root/vland.service
blob: e998dba0fb29f96573ba7fe939a60ab9c9f1fa48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# systemd service file for VLANd

[Unit]
Description=VLAN daemon
Requires=postgresql.service

[Service]
Type=simple
ExecStart=/home/vland/vland/vland
ExecStop=/home/vland/vland/vland-admin shutdown
WorkingDirectory=/home/vland/vland
User=vland

[Install]
WantedBy=multi-user.target