# 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 |