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.
123456789101112131415 |
- [Unit]
- Description=fathom webtracking server
- Requires=network.target
- After=network.target
-
- [Service]
- Type=simple
- User={{ main_user_name }}
- Restart=always
- RestartSec=3
- WorkingDirectory=/home/{{ main_user_name }}/fathom-stats
- ExecStart=/usr/local/bin/fathom server
-
- [Install]
- WantedBy=multi-user.target
|