maposmatic/support/systemd/maposmatic-render.service

15 wiersze
253 B
INI

[Unit]
Description=Maposmatic render daemon
After=multi-user.target
Wants=postgresql.service
[Service]
Type=idle
User=maposmatic
ExecStart=/usr/bin/python /path/to/maposmatic/scripts/wrapper.py scripts/daemon.py
[Install]
WantedBy=multi-user.target