Project

sleeproom

0.0
Low commit activity in last 3 years
No release in over a year
sleeproom
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.26.0
~> 0.8.0
~> 4.5.0
 Project Readme

SLEEPROOM

Installation

$ gem install sleeproom

Dependency

Usage

$ ln -s sleeproom.service /etc/systemd/system/
$ sudo service sleeproom start
$ sleeproom status

默认配置文件保存在 ~/.config/sleeproom/base.yml

TODO

  • 代理支持
  • Web GUI

Service example

[Unit]
Description=SLEEPROOM
After=network.target

[Service]
Type=simple
User=root
WorkingDirectory=[WorkingDirectory]
ExecStart=[ExecStart]
TimeoutSec=300
Restart=always

[Install]
WantedBy=multi-user.target

License

The gem is available as open source under the terms of the MIT License.