chore: add ansible backend docker frontend-prep
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Backend Golang API
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User={{ user_owner }}
|
||||
WorkingDirectory={{ backend_dir }}
|
||||
ExecStart={{ backend_binary }}
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user