summarylogtreecommitdiffstats
path: root/flatnotes.service
blob: b4dc205c14ad942f8ee5d809e4a9b8239d2c6fba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description = Flatnotes service
Wants = network-online.target
After = network-online.target

[Service]
User = flatnotes
Restart = on-failure
EnvironmentFile = -/etc/conf.d/flatnotes
WorkingDirectory = /usr/share/flatnotes
ExecStart = /usr/bin/uvicorn main:app --app-dir server $APPEND_ARGS

[Install]
WantedBy = multi-user.target