You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
229 B
11 lines
229 B
[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
|
|
|