12 lines
269 B
Desktop File
12 lines
269 B
Desktop File
[Unit]
|
|
Description=Apple Push Notification Sender Service
|
|
After=mosquitto.service redis.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/python /root/www/resq/utils/apns_sender/new_sender.py
|
|
StandardInput=tty-force
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|