mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-20 14:00:04 +02:00
scripts: remove meaningless script and modify systemd service
This commit is contained in:
parent
b447d18dca
commit
6c84223f43
2 changed files with 4 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Gogs (Go Git Service) server
|
||||
Description=Gogs (Go Git Service)
|
||||
After=syslog.target
|
||||
After=network.target
|
||||
#After=mysqld.service
|
||||
|
@ -11,8 +11,10 @@ After=network.target
|
|||
Type=simple
|
||||
User=git
|
||||
Group=git
|
||||
ExecStart=/home/git/gogs/gogs/start.sh
|
||||
WorkingDirectory=/home/git/gogs
|
||||
ExecStart=/home/git/gogs/gogs web
|
||||
Restart=always
|
||||
Environment="USER=git","HOME=/home/git"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue