GNU/Linux >> Linux の 問題 >  >> Linux

特定のユーザーでプロセスを開始するように monit を構成するにはどうすればよいですか?

 check process tomcat with pidfile /var/run/tomcat.pid
       start program = "/etc/init.d/tomcat start" 
             as uid nobody and gid nobody
       stop program  = "/etc/init.d/tomcat stop"
             # You can also use id numbers instead and write:
             as uid 99 and with gid 99
       if failed port 8080 then restart

(出典)


Linux
  1. ISPConfig3.1でNextcloudをインストールする方法

  2. Linuxのグループにユーザーを追加する方法(例を含む)

  3. NginxでオリジンCloudflareSSLを設定する方法

  1. Linuxで実行中のプロセスを再起動(またはリセット)する方法は?

  2. Sshアクセスで新しいユーザーを作成する方法は?

  3. タイムゾーンで開始時間を処理しますか?

  1. CentOS 7でyum-cronを使用して自動更新を構成するにはどうすればよいですか?

  2. Linux で特定のユーザーに対して特定のコマンドを無効にする方法

  3. 独自のプロセスグループでプロセスを開始する方法は?