mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
There hasn't been any real scenario of this happening, but it was requested in https://github.com/ilya-zlobintsev/LACT/issues/359
12 lines
164 B
Desktop File
12 lines
164 B
Desktop File
[Unit]
|
|
Description=AMDGPU Control Daemon
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
ExecStart=lact daemon
|
|
Nice=-10
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|