kopia lustrzana https://github.com/hholzgra/maposmatic/
15 wiersze
253 B
Plaintext
15 wiersze
253 B
Plaintext
|
|
[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
|
||
|
|
|
||
|
|
|