You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
265 B
19 lines
265 B
3 years ago
|
[Unit]
|
||
|
Description=LGTM
|
||
|
After=syslog.target
|
||
|
After=network.target
|
||
|
After=gitea.service
|
||
|
|
||
|
[Service]
|
||
|
###
|
||
|
#LimitMEMLOCK=infinity
|
||
|
#LimitNOFILE=65535
|
||
|
Type=simple
|
||
|
User=git
|
||
|
Group=git
|
||
|
EnvironmentFile=/etc/lgtm/env
|
||
|
ExecStart=/usr/bin/lgtm
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|