It's a type of Planche
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

simple.service 449B

12345678910111213141516
  1. [Unit]
  2. Description=Service Description
  3. ConditionPathExists=/path/that/must/exist/to/run/service
  4. [Service]
  5. Type=Simple
  6. ExecStartPre=/absolute/path/to/executable --before --ExecStart
  7. ExecStart=/absolute/path/to/executable --arg1
  8. ExecStartPost=/absolute/path/to/executable --after --ExecStart
  9. ExecReload=/absolute/path/to/config_test
  10. ExecReload=/absolute/path/to/executable --reload
  11. Restart=always
  12. RestartSec=30s
  13. [Install]
  14. WantedBy=multi-user.target