11 lines
167 B
Desktop File
11 lines
167 B
Desktop File
[Unit]
|
|
Description=Startup
|
|
After=network.target local-fs.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/etc/rc.local
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
User=root
|