10 lines
116 B
SYSTEMD
10 lines
116 B
SYSTEMD
|
[Unit]
|
||
|
Description=Automatic display switch
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=display_switch
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|
||
|
|