aboutsummaryrefslogtreecommitdiff
path: root/modules/role/templates/cryptoportfolio/cryptoportfolio-app.service.erb
diff options
context:
space:
mode:
Diffstat (limited to 'modules/role/templates/cryptoportfolio/cryptoportfolio-app.service.erb')
-rw-r--r--modules/role/templates/cryptoportfolio/cryptoportfolio-app.service.erb14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/role/templates/cryptoportfolio/cryptoportfolio-app.service.erb b/modules/role/templates/cryptoportfolio/cryptoportfolio-app.service.erb
new file mode 100644
index 0000000..a521c0e
--- /dev/null
+++ b/modules/role/templates/cryptoportfolio/cryptoportfolio-app.service.erb
@@ -0,0 +1,14 @@
1[Unit]
2Description=Cryptoportfolio app
3
4[Service]
5Type=simple
6
7WorkingDirectory=<%= @cf_front_app_api_workdir %>
8User=<%= @cf_user %>
9Group=<%= @cf_group %>
10UMask=007
11
12ExecStart=<%= @cf_front_app_api_bin %> -conf <%= @cf_front_app_api_conf %>
13
14Restart=on-failure