Bash script service
<nowiki>
[Unit]
Description=Sonarr Logs Transfer
[Service]
User=root
Restart=always
RestartSec=1800s
ExecStart=/bin/bash /home/sonarrlogs.sh
[Install]
WantedBy=default.target
</nowiki>
<nowiki>
[Unit]
Description=Sonarr Logs Transfer
[Service]
User=root
Restart=always
RestartSec=1800s
ExecStart=/bin/bash /home/sonarrlogs.sh
[Install]
WantedBy=default.target
</nowiki>