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