aboutsummaryrefslogtreecommitdiff
path: root/vland.service
blob: 83397c97abeedc513b4c2cdcd61d8d5212d604a1 (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.py
ExecStop=/home/vland/vland/vland-admin shutdown
WorkingDirectory=/home/vland/vland
User=vland

[Install]
WantedBy=multi-user.target