Alex
df9d5acf76
* Use DBus Signal by default in daemon mode * Allow multiple files in standalone mode * Better handle mms headers and content
13 lines
223 B
Desktop File
13 lines
223 B
Desktop File
[Unit]
|
|
Description=Multimedia Messaging Service to Mail converter Daemon
|
|
After=mmsd.service
|
|
|
|
[Service]
|
|
ExecStart=python3 %h/.local/bin/mms2mail -d dbus
|
|
|
|
Restart=on-failure
|
|
RestartSec=10s
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|