openportal/openportal.service

12 lines
229 B
INI
Raw Permalink Normal View History

2020-11-19 00:09:36 +01:00
[Unit]
Description=Service to allow version upgrade of openpod
Requires=network.target
After=network.target
[Service]
ExecStart=/usr/local/bin/openportal
EnvironmentFile=/etc/openportal.env
[Install]
WantedBy=multi-user.target