最初のコミット

This commit is contained in:
yuuki 2024-09-11 11:43:10 +00:00
commit cdf74efda0
3 changed files with 37 additions and 0 deletions

12
taiko-web-db.service Normal file
View file

@ -0,0 +1,12 @@
[Unit]
Description=My Taiko Web's DB Backup Service
[Service]
User=root
Group=root
WorkingDirectory=/root
ExecStart=bash taiko-web-db-cron.sh
Type=simple
[Install]
WantedBy=multi-user.target