12 lines
223 B
Desktop File
12 lines
223 B
Desktop File
[Unit]
|
|
Description=Amazon Mail Converter Daemon
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/python3 /path/to/your_script.py
|
|
Restart=always
|
|
User=your_username
|
|
WorkingDirectory=/path/to/your_script.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|