arch-packages/rc-local.service
2015-08-08 20:08:31 +02:00

12 lines
176 B
Desktop File

[Unit]
Description=/etc/rc.local compatibility
After=network.target
[Service]
Type=oneshot
ExecStart=/etc/rc.local
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target