feat: add sonarr module

This commit is contained in:
2024-06-10 21:24:48 +10:00
parent b7a22551b1
commit 96801e6c71
5 changed files with 134 additions and 0 deletions
@@ -0,0 +1,14 @@
[Unit]
Description=<%= @service_name %> Daemon
After=syslog.target network.target
[Service]
User=<%= @user %>
Group=<%= @group %>
Type=simple
ExecStart=<%= @install_path %>/<%= @executable %> -nobrowser -data=<%= @base_path %>
KillMode=process
Restart=on-failure
TimeoutStopSec=20
[Install]
WantedBy=multi-user.target