具有 ExecStartPre=git pull 的 SystemD 服务

具有 ExecStartPre=git pull 的 SystemD 服务

我怎样才能cd /path/to/repo && git pull进入ExecStartPresystemd 服务的部分?

答案1

我明白了... 我也明白了如何使用 RVM 来做一些 rails(y) 的事情:

WorkingDirectory=/path/to/repo

ExecStartPre=/usr/bin/git pull
ExecStartPre=/home/rails/.rvm/bin/rvm 2.3.1 do bundle install
ExecStartPre=/home/rails/.rvm/wrappers/ruby-2.3.1/rake assets:precompile

相关内容