Initial import

This commit is contained in:
megadrivers 2015-08-08 20:08:31 +02:00
commit ecf3a885a8
3 changed files with 43 additions and 0 deletions

11
rc-local.service Normal file
View file

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