Files
Prowlarr-Prowlarr/src/NzbDrone.Core/Lifecycle/Commands/RestartCommand.cs
Mark McDowall d0a6daeb26 Restart on linux/os x working
Removed client messages for shutdown/restart since they were getting stuck
2014-02-10 01:49:06 -08:00

9 lines
145 B
C#

using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.Lifecycle.Commands
{
public class RestartCommand : Command
{
}
}