summarylogtreecommitdiffstats
path: root/ghostfolio.service
blob: 073f7350cd45b5e6eba2aeeb0f03f9e84d077f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Open source wealth management
Wants=postgresql.service redis.service
After=postgresql.service redis.service

[Service]
Type=simple
ExecStart=/usr/bin/yarn start:prod
WorkingDirectory=/usr/lib/ghostfolio/api
EnvironmentFile=/etc/ghostfolio.env
User=ghostfolio
Group=ghostfolio
RestartSec=10

[Install]
WantedBy=multi-user.target