Sha256: a5f7745ad08783eb289c03e10281c45bce37e2cb281e05ecede3a89fa4af5bb0

Contents?: true

Size: 871 Bytes

Versions: 4

Compression:

Stored size: 871 Bytes

Contents

# Project Template
これらは https://github.com/splaplapla/pbmenv がinstallするときに配備するファイルです

## systemdを使ってサービスに登録する方法
* sudo ln -s /usr/share/pbm/current/systemd_units/pbm.service /etc/systemd/system/pbm.service
* sudo ln -s /usr/share/pbm/current/systemd_units/pbm_web.service /etc/systemd/system/pbm_web.service
* sudo systemctl enable pbm.service
* sudo systemctl enable pbm_web.service

## systemdを使ってサービスから解除する方法
* sudo systemctl disable pbm.service
* sudo systemctl disable pbm_web.service

### CheatSheet
* systemctl daemon-reload
* systemctl enable pbm.service
* systemctl disable pbm.service
* systemctl start pbm.service
* systemctl status pbm.service
* systemctl restart pbm.service
* systemctl list-unit-files --type=service

### デバッグ
* journalctl -xe -f

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
procon_bypass_man-0.1.16 project_template/README.md
procon_bypass_man-0.1.15 project_template/README.md
procon_bypass_man-0.1.14 project_template/README.md
procon_bypass_man-0.1.13 project_template/README.md