9 lines
158 B
SYSTEMD
9 lines
158 B
SYSTEMD
|
[Unit]
|
||
|
Description=Mail fetch and notification service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/home/sanchayan/.mutt/mailnotify.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|