13 lines
226 B
Desktop File
13 lines
226 B
Desktop File
[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
|