mirror of
https://github.com/fruworg/envip.git
synced 2025-01-18 09:10:51 +03:00
Create envip.service
This commit is contained in:
parent
3328c46ecf
commit
c960cfc3b7
12
envip.service
Normal file
12
envip.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=envip
|
||||
After=caddy.service
|
||||
Requires=caddy.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/opt/envip/envip
|
||||
WorkingDirectory=/opt/envip
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
x
Reference in New Issue
Block a user