Spotter-VM/postgres/lib/systemd/system/postgres.service

12 lines
275 B
SYSTEMD
Raw Normal View History

2017-12-16 20:40:40 +01:00
[Unit]
Description=PostgreSQL + PostGIS Docker container
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/docker run --rm --name postgres -v /srv/postgres:/var/lib/postgresql postgres
ExecStop=/usr/bin/docker stop postgres
[Install]
WantedBy=multi-user.target