mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-06-05 21:59:36 +02:00
Add some server things
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=FreshRSS get new content
|
||||
Wants=freshrss.timer
|
||||
|
||||
[Service]
|
||||
User=www-data
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/php /Server/www/FreshRSS/app/actualize_script.php
|
9
Server/Root/etc/systemd/system/FreshRSS-actualize.timer
Normal file
9
Server/Root/etc/systemd/system/FreshRSS-actualize.timer
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=FreshRSS get new content
|
||||
|
||||
[Timer]
|
||||
OnBootSec=30s
|
||||
OnCalendar=*:0/20
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Reference in New Issue
Block a user