[Unit] Description=Comments service After=postgres.service [Service] User=comments ExecStart=/usr/local/bin/comments Restart=on-failure Environment="DATABASE_URL=postgres:///comments" [Install] WantedBy=multi-user.target