17 lines
362 B
Desktop File
17 lines
362 B
Desktop File
# Open Infrastructure: service-tools
|
|
|
|
[Unit]
|
|
Description=setting recommended options for the Linux ice device driver
|
|
Documentation=man:linux-ice
|
|
Before=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/linux-ice start
|
|
ExecStop=/usr/bin/linux-ice stop
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|