mirror of
https://github.com/YunoHost-Apps/sonarr_ynh.git
synced 2024-09-03 20:26:19 +02:00
Add migration warning and test
This commit is contained in:
parent
38b4d4a5f9
commit
4255fb6ea5
2 changed files with 6 additions and 1 deletions
|
@ -8,7 +8,7 @@ Group=__APP__
|
|||
UMask=0002
|
||||
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/mono --debug /usr/lib/sonarr/bin/Sonarr.exe -nobrowser -data=/var/lib/__APP__
|
||||
ExecStart=/usr/bin/mono --debug /usr/lib/sonarr/bin/Sonarr.exe -nobrowser -data=__INSTALL_DIR__
|
||||
TimeoutStopSec=20
|
||||
KillMode=process
|
||||
Restart=on-failure
|
||||
|
|
|
@ -7,3 +7,8 @@ test_format = 1.0
|
|||
# ------------
|
||||
# Tests to run
|
||||
# ------------
|
||||
|
||||
test_upgrade_from.a496362.name = "Upgrade from 3.0.6.1196~ynh2"
|
||||
test_upgrade_from.a496362.args.domain = "sub.domain.tld"
|
||||
test_upgrade_from.a496362.args.path = "/sonarr"
|
||||
test_upgrade_from.a496362.args.admin = "package_checker"
|
||||
|
|
Loading…
Add table
Reference in a new issue