flagflag  If you want to see English page, please click "English" Button at Left.
3: 2022-02-18 (金) 09:42:09 iseki ソース 4: 2022-03-07 (月) 15:01:29 iseki ソース
Line 38: Line 38:
*** cron [#o6968d67] *** cron [#o6968d67]
 +**** 失敗 [#ybbf8460]
- %%月一または週一%% 毎日で以下の cronを流す. - %%月一または週一%% 毎日で以下の cronを流す.
- 00 3 1 * * /usr/bin/certbot renew 1>/dev/null 2>&1 && /etc/init.d/httpd restart 1>/dev/null 2>&1+-- %%00 3 1 * * /usr/bin/certbot renew 1>/dev/null 2>&1 && /etc/init.d/httpd restart 1>/dev/null 2>&1%% 
 +-- これだと 更新が無い場合も httpd が再起動する. 
 +#br 
 + 
 +**** 正解は以下 [#l9205dc3] 
 +- cron 
 + 05 4 * * * /usr/bin/certbot renew --post-hook "touch /tmp/certs_changed" 1>/dev/null 2>&1 && /usr/local/bin/restart-network-service 1>/dev/null 2>&1 
 +- /usr/local/bin/restart-network-service 
 + #!/bin/bash 
 + # 
 + if [ ! -f /tmp/certs_changed ]; then 
 +     exit 1 
 + fi 
 + rm /tmp/certs_changed 
 + # 
 + #systemctl restart cockpit 
 + # 
 + systemctl restart ltictr_proxy 
 + sleep 1 
 + systemctl restart jupyterhub 
 + #
#br #br


トップ   新規 ページ一覧 単語検索 最終更新   ヘルプ   最終更新のRSS 1.0 最終更新のRSS 2.0 最終更新のRSS Atom

サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 5月翌月
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
<今日>

オンライン状況

83 人のユーザが現在オンラインです。 (16 人のユーザが xpwiki を参照しています。)

登録ユーザ: 0
ゲスト: 83

もっと...

アクセスカウンタ

今日 : 604604604
昨日 : 1615016150161501615016150
総計 : 2347989723479897234798972347989723479897234798972347989723479897
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com