Add service unit
This commit is contained in:
parent
4717378b8d
commit
b4efc6dd51
11
openportal.service
Normal file
11
openportal.service
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[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
|
Loading…
Reference in New Issue
Block a user