Make it possible to auto-start on reboot

This commit is contained in:
Сергей Прохоров 2018-09-22 18:40:17 +02:00
parent bb75d8a368
commit 41dd401c8b
No known key found for this signature in database
GPG key ID: 1C570244E4EF3337

View file

@ -24,4 +24,7 @@ LimitNOFILE=40960
AmbientCapabilities=CAP_NET_BIND_SERVICE
ExecStart=/opt/mtp_proxy/bin/mtp_proxy foreground
ExecStop=/opt/mtp_proxy/bin/mtp_proxy stop
TimeoutStopSec=15s
TimeoutStopSec=15s
[Install]
WantedBy=multi-user.target