18 lines
336 B
Desktop File
18 lines
336 B
Desktop File
[Unit]
|
|
Description=Gitea (Git with a cup of tea)
|
|
After=network.target postgresql.service valkey.service
|
|
|
|
[Service]
|
|
RestartSec=2s
|
|
Type=notify
|
|
User=gitea
|
|
Group=gitea
|
|
WorkingDirectory=/var/lib/gitea/
|
|
Environment=GITEA_WORK_DIR=/var/lib/gitea
|
|
ExecStart=gitea_web_notify
|
|
Restart=always
|
|
NotifyAccess=all
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|