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

[Install]
WantedBy=multi-user.target