我怎样才能cd /path/to/repo && git pull
进入ExecStartPre
systemd 服务的部分?
答案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