1
0
mirror of https://github.com/fruworg/envip.git synced 2025-05-20 09:07:31 +03:00

Create envip.service

This commit is contained in:
Руслан 2023-10-01 02:16:01 +06:00 committed by GitHub
parent 3328c46ecf
commit c960cfc3b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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