9 lines
130 B
SYSTEMD
9 lines
130 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Customize the script
|
||
|
|
After=network.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart=/start.sh
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|