1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Shutdown! Restart working for services

This commit is contained in:
Mark McDowall
2014-01-12 17:14:57 -08:00
parent 119a4ff39c
commit f69bb79077
11 changed files with 155 additions and 22 deletions
@@ -0,0 +1,8 @@
using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.Lifecycle.Commands
{
public class ShutdownCommand : Command
{
}
}