14 lines
242 B
SYSTEMD
14 lines
242 B
SYSTEMD
|
[Unit]
|
||
|
Description=A painless self Git service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
|
||
|
User=git
|
||
|
Group=git
|
||
|
|
||
|
ExecStart=/usr/bin/forgejo --custom-path /etc/forgejo --config /etc/forgejo/app.ini --work-path /var/lib/forgejo
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|