mirror of
https://github.com/fruworg/envip.git
synced 2024-11-16 07:27:18 +03:00
13 lines
187 B
SYSTEMD
13 lines
187 B
SYSTEMD
|
[Unit]
|
||
|
Description=envip
|
||
|
After=caddy.service
|
||
|
Requires=caddy.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/opt/envip/envip
|
||
|
WorkingDirectory=/opt/envip
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|