Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

etc_systemd_system_fathom-stats.j2 301B

123456789101112131415
  1. [Unit]
  2. Description=fathom webtracking server
  3. Requires=network.target
  4. After=network.target
  5. [Service]
  6. Type=simple
  7. User={{ main_user_name }}
  8. Restart=always
  9. RestartSec=3
  10. WorkingDirectory=/home/{{ main_user_name }}/fathom-stats
  11. ExecStart=/usr/local/bin/fathom server
  12. [Install]
  13. WantedBy=multi-user.target