码迷,mamicode.com
首页 > 其他好文 > 详细

配置 Gogs 开机自动启动

时间:2018-05-16 15:35:25      阅读:2156      评论:0      收藏:0      [点我收藏+]

标签:err   emc   gre   val   复制   script   com   network   ystemd   

scripts/systemd/gogs.service 文件复制到 /lib/systemd/system

默认配置:

[Unit]
Description=Gogs
After=syslog.target
After=network.target
After=mariadb.service mysqld.service postgresql.service memcached.service redis.service

[Service]
# Modify these two values and uncomment them if you have
# repos with lots of files and get an HTTP error 500 because
# of that
###
#LimitMEMLOCK=infinity
#LimitNOFILE=65535
Type=simple
User=git
Group=git
WorkingDirectory=/home/git/gogs
ExecStart=/home/git/gogs/gogs web
Restart=always
Environment=USER=git HOME=/home/git

[Install]
WantedBy=multi-user.target

修改上面的 WorkingDirectory ExecStartHOME 后面的路径。

配置 Gogs 开机自动启动

标签:err   emc   gre   val   复制   script   com   network   ystemd   

原文地址:https://www.cnblogs.com/StarUDream/p/9045537.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!