🎉 Project init
This commit is contained in:
parent
25aed8ce0f
commit
7056e232d7
4 changed files with 112 additions and 2 deletions
13
jellyfin-wol.service
Normal file
13
jellyfin-wol.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Jellyfin WOL Service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=root
|
||||
#EnvironmentFile=/etc/powermeter-environment
|
||||
ExecStart=/usr/local/bin/jellyfin_wol.py
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue