You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
374 B
INI
14 lines
374 B
INI
5 years ago
|
[Unit]
|
||
|
Description=Tiny Tiny RSS Daemon for {{ domain }}
|
||
|
After=network.target mysql.service
|
||
|
|
||
|
[Service]
|
||
|
User={{ system_user }}
|
||
|
ExecStart={{ installation_directory }}/update_daemon2.php
|
||
|
Environment="DATABASE_USERNAME={{ database_user }}"
|
||
|
Environment="DATABASE_PASSWORD={{ database_pass }}"
|
||
|
Environment="DATABASE_NAME={{ database_name }}"
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|