It's a type of Planche
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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