18 lines
292 B
Desktop File
18 lines
292 B
Desktop File
[Unit]
|
|
Description=Forgejo
|
|
|
|
After=syslog.target
|
|
After=network.target
|
|
# TODO: After=DB/redis/...
|
|
|
|
[Service]
|
|
RestartSec=2s
|
|
Type=simple
|
|
User=git
|
|
Group=git
|
|
WorkingDirectory=~
|
|
ExecStart=/usr/local/sbin/forgejo web --config /etc/forgejo/app.ini
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|