blob: 7609743a80150162edb33df5aa91f58bddd7e88a [file] [log] [blame]
# 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