summarylogtreecommitdiffstats
path: root/linkwarden.service
blob: 689c7aee97225c616c14519b7f96657ad609841e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=Linkwarden Server
After=network.target
Requires=postgresql.service

[Service]
User=linkwarden
Group=linkwarden
Type=simple
WorkingDirectory=/usr/share/webapps/linkwarden
EnvironmentFile=/etc/linkwarden/app.conf
ExecStart=yarn concurrently:start
TimeoutStopSec=20
KillMode=process
Restart=on-failure

[Install]
WantedBy=multi-user.target