7 lines
93 B
SYSTEMD
7 lines
93 B
SYSTEMD
|
[Unit]
|
||
|
Description=Nightly reboot
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/systemctl reboot
|