mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-06-05 21:59:36 +02:00
.
This commit is contained in:
7
Server/Root/etc/systemd/system/BackupAll.service
Normal file
7
Server/Root/etc/systemd/system/BackupAll.service
Normal file
@ -0,0 +1,7 @@
|
||||
[Unit]
|
||||
Description=BackupAll.service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=root
|
||||
ExecStart=/usr/bin/bash -c "zx /Main/Server/Scripts/BackupAll.zx.mjs"
|
9
Server/Root/etc/systemd/system/BackupAll.timer
Normal file
9
Server/Root/etc/systemd/system/BackupAll.timer
Normal file
@ -0,0 +1,9 @@
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
[Unit]
|
||||
Description=BackupAll.timer
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-2,5,8,11,14,17,20,23,26,29 00:03:00
|
||||
Unit=BackupAll.service
|
2
Server/Root/etc/systemd/system/FreshRSS-actualize.service
Executable file → Normal file
2
Server/Root/etc/systemd/system/FreshRSS-actualize.service
Executable file → Normal file
@ -5,4 +5,4 @@ Wants=freshrss.timer
|
||||
[Service]
|
||||
User=www-data
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/php /Server/www/FreshRSS/app/actualize_script.php
|
||||
ExecStart=/usr/bin/php /Main/Server/www/FreshRSS/app/actualize_script.php
|
||||
|
0
Server/Root/etc/systemd/system/FreshRSS-actualize.timer
Executable file → Normal file
0
Server/Root/etc/systemd/system/FreshRSS-actualize.timer
Executable file → Normal file
11
Server/Root/etc/systemd/system/RssToTelegramBot.service
Normal file
11
Server/Root/etc/systemd/system/RssToTelegramBot.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=RssToTelegramBot
|
||||
After=network.target
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=15
|
||||
User=tux
|
||||
ExecStart=/bin/sh /Main/Server/Bots/RSS-to-Telegram-Bot-Fork/StartRssToTelegramBot.sh
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
6
Server/Root/etc/systemd/system/Shiori.service
Executable file → Normal file
6
Server/Root/etc/systemd/system/Shiori.service
Executable file → Normal file
@ -2,10 +2,10 @@
|
||||
Description=Shiori
|
||||
After=network.target
|
||||
[Service]
|
||||
User=pi
|
||||
User=tux
|
||||
Type=exec
|
||||
ExecStart=/Server/Shiori/shiori --portable serve -p 8076
|
||||
WorkingDirectory=/Server/Shiori/
|
||||
ExecStart=/Main/Server/Shiori/shiori --portable serve -p 8076
|
||||
WorkingDirectory=/Main/Server/Shiori/
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
[Install]
|
||||
|
6
Server/Root/etc/systemd/system/ShioriFeed.service
Executable file → Normal file
6
Server/Root/etc/systemd/system/ShioriFeed.service
Executable file → Normal file
@ -2,10 +2,10 @@
|
||||
Description=ShioriFeed
|
||||
After=network.target
|
||||
[Service]
|
||||
User=pi
|
||||
User=tux
|
||||
Type=exec
|
||||
ExecStart=/Server/Shiori/ShioriFeed.py
|
||||
WorkingDirectory=/Server/Shiori/
|
||||
ExecStart=/Main/Server/Shiori/ShioriFeed.py
|
||||
WorkingDirectory=/Main/Server/Shiori/
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
[Install]
|
||||
|
6
Server/Root/etc/systemd/system/TelegramIndex.service
Executable file → Normal file
6
Server/Root/etc/systemd/system/TelegramIndex.service
Executable file → Normal file
@ -1,13 +1,11 @@
|
||||
[Unit]
|
||||
Description=TelegramIndex
|
||||
After=network.target
|
||||
StartLimitIntervalSec=0
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=15
|
||||
User=pi
|
||||
WorkingDirectory=/Server/TelegramIndex-Fork
|
||||
ExecStart=/usr/bin/bash -c "set -a; source .env; python3 -m app"
|
||||
User=root
|
||||
ExecStart=/usr/bin/bash /Main/Server/TelegramIndex-Fork/StartTelegramIndex.sh
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
0
Server/Root/etc/systemd/system/WebFileManager.service
Executable file → Normal file
0
Server/Root/etc/systemd/system/WebFileManager.service
Executable file → Normal file
5
Server/Root/etc/systemd/system/WinDog.service
Executable file → Normal file
5
Server/Root/etc/systemd/system/WinDog.service
Executable file → Normal file
@ -1,12 +1,11 @@
|
||||
[Unit]
|
||||
Description=windog
|
||||
After=network.target
|
||||
StartLimitIntervalSec=0
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
User=pi
|
||||
ExecStart=/Server/Bots/WinDog/StartWinDog
|
||||
User=tux
|
||||
ExecStart=/Main/Server/Bots/WinDog/StartWinDog.sh
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
11
Server/Root/etc/systemd/system/WuppiMini.service
Normal file
11
Server/Root/etc/systemd/system/WuppiMini.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=WuppiMini
|
||||
After=network.target
|
||||
[Service]
|
||||
User=tux
|
||||
Type=exec
|
||||
ExecStart=/usr/bin/env node /Main/Server/WuppiMini/index.js
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
[Install]
|
||||
WantedBy=default.target
|
13
Server/Root/etc/systemd/system/matterbridge.service
Normal file
13
Server/Root/etc/systemd/system/matterbridge.service
Normal file
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Matterbridge daemon
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/Main/Server/matterbridge/matterbridge.run -conf /Main/Server/matterbridge/matterbridge.toml
|
||||
Restart=always
|
||||
RestartSec=5s
|
||||
User=tux
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
17
Server/Root/etc/systemd/system/pixelfed_liminalgici.service
Normal file
17
Server/Root/etc/systemd/system/pixelfed_liminalgici.service
Normal file
@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=Pixelfed task queueing via Laravel Horizon
|
||||
After=network.target
|
||||
#Requires=mariadb
|
||||
#Requires=php-fpm
|
||||
#Requires=redis
|
||||
#Requires=nginx
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
#ExecStart=/bin/sh -c "/usr/bin/php /Main/Server/www/pixelfed/artisan queue:work"
|
||||
ExecStart=/usr/bin/php /Main/Server/www/pixelfed_liminalgici/artisan horizon
|
||||
User=www-data
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user