🎉 Project init

This commit is contained in:
Finn Christiansen 2025-06-09 22:24:39 +02:00
parent 25aed8ce0f
commit 7056e232d7
4 changed files with 112 additions and 2 deletions

13
jellyfin-wol.service Normal file
View 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