10 lines
175 B
Desktop File
10 lines
175 B
Desktop File
[Unit]
|
|
Description=Zapret auto-update service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/opt/zapret/update.sh --auto
|
|
StandardOutput=journal
|
|
StandardError=journal
|