12 lines
192 B
Desktop File
12 lines
192 B
Desktop File
[Unit]
|
|
Description=proxy status
|
|
|
|
[Service]
|
|
ExecStart=/opt/proxy_status/proxy_start
|
|
ExecStop=/opt/proxy_status/proxy_stop
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|