taiko-web-db-sync/taiko-web-db.service

13 lines
193 B
SYSTEMD
Raw Normal View History

2024-09-11 11:43:10 +00:00
[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