biaxident’s blog
id:biaxident
pipenv プロジェクトのサービス化
www.instrumedley.net つづきです。 環境 systemd サービスユニットの設定ファイル作成 サービスの有効化と起動 環境 $ cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) $ uname -r 3.10.0-862.9.1.el7.x86_64 $ which python /bin/python $ python -V Python 2.7.5 systemd サービスユニットの設定ファイ…