9 lines
173 B
Desktop File
9 lines
173 B
Desktop File
[Unit]
|
|
Description="Check for new email"
|
|
Requires=mail-ntfy.timer
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/mail-ntfy.env
|
|
Type=simple
|
|
ExecStart=uv run /home/powellc/.bin/mail-ntfy.py
|