12 lines
229 B
SYSTEMD
12 lines
229 B
SYSTEMD
|
[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
|