forked from mirrors/pronouns.cc
20 lines
382 B
SYSTEMD
20 lines
382 B
SYSTEMD
|
[Unit]
|
||
|
Description=pronouns.cc API
|
||
|
After=syslog.target
|
||
|
After=network.target
|
||
|
Requires=postgresql.service redis.service
|
||
|
|
||
|
[Service]
|
||
|
RestartSec=2s
|
||
|
Type=simple
|
||
|
User=pronouns
|
||
|
Group=pronouns
|
||
|
AmbientCapabilities=
|
||
|
WorkingDirectory=/home/pronouns/src
|
||
|
ExecStart=/home/pronouns/src/pronouns web
|
||
|
Restart=always
|
||
|
Environment=USER=pronouns HOME=/home/pronouns
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|