CHANGE: updates systemd service and timer

This commit is contained in:
2026-08-18 13:00:01 +04:00
parent 0daa4a4cf9
commit 6d584bc582
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -6,10 +6,10 @@ Wants=network-online.target
[Service]
Type=oneshot
# CAHNGE TO MATCH YOUR REQUIREMENTS
User=max
Group=max
WorkingDirectory=/home/max/projects/ansible_home
ExecStart=/home/max/projects/ansible_home/run_playbook.sh /home/max/projects/ansible_home/playbooks/maintain.yaml
User=ansible
Group=ansible
WorkingDirectory=/home/ansible/ansible-production
ExecStart=/home/ansible/ansible-production/run_maintain_playbook.sh
StandardOutput=journal
StandardError=journal
# Optional: prevent runaway if the playbook hangs